use a custom translation state in keybinds

This commit is contained in:
vaxerski
2022-08-21 16:43:18 +02:00
parent 5e1f2539cb
commit 0f63077a07
3 changed files with 45 additions and 1 deletions

View File

@@ -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);