use a custom translation state in keybinds
This commit is contained in:
parent
5e1f2539cb
commit
0f63077a07
3 changed files with 45 additions and 1 deletions
|
|
@ -69,6 +69,10 @@ private:
|
|||
bool handleInternalKeybinds(xkb_keysym_t);
|
||||
bool handleVT(xkb_keysym_t);
|
||||
|
||||
xkb_state* m_pXKBTranslationState = nullptr;
|
||||
|
||||
void updateXKBTranslationState();
|
||||
|
||||
// -------------- Dispatchers -------------- //
|
||||
static void killActive(std::string);
|
||||
static void spawn(std::string);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue