mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-04 21:04:59 +08:00
chore: remove unused KeySyms Tyepdef
This commit is contained in:
parent
93beb491db
commit
b3cd759a4e
@ -12,14 +12,11 @@
|
||||
|
||||
#include <cstdint>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
//! XKB utility functions
|
||||
class XDGKeyUtil
|
||||
{
|
||||
public:
|
||||
typedef std::vector<KeySym> KeySyms;
|
||||
|
||||
//! Convert KeySym to KeyID
|
||||
/*!
|
||||
Converts a KeySym to the equivalent KeyID. Returns kKeyNone if the
|
||||
|
||||
Loading…
Reference in New Issue
Block a user