diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-21 15:07:49 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-21 15:07:49 +0200 |
commit | a6314e152b2d2f306bcbb880356d3890efbfc89e (patch) | |
tree | 574e5a78d63a5149213c0f9d68f4591af1e17e1f /src/ui/util.h | |
parent | 6d24d800df86e11c5686d50437932a711af82915 (diff) |
Keyboard navigation mode for home row keys
Now there are keybindings for activating the keyboard navigation modes. The modifier-based mode remains as it was before, focusing on numbers, while the home row mode uses a separate activation key.
One can erase the bindings to disable the corresponding modes.
IssueID #34
Diffstat (limited to 'src/ui/util.h')
-rw-r--r-- | src/ui/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/util.h b/src/ui/util.h index c0e3a04c..f7a67f9a 100644 --- a/src/ui/util.h +++ b/src/ui/util.h | |||
@@ -49,6 +49,7 @@ iLocalDef iBool isResize_UserEvent(const SDL_Event *d) { | |||
49 | #endif | 49 | #endif |
50 | 50 | ||
51 | iBool isMod_Sym (int key); | 51 | iBool isMod_Sym (int key); |
52 | int normalizedMod_Sym (int key); | ||
52 | int keyMods_Sym (int kmods); /* shift, alt, control, or gui */ | 53 | int keyMods_Sym (int kmods); /* shift, alt, control, or gui */ |
53 | void toString_Sym (int key, int kmods, iString *str); | 54 | void toString_Sym (int key, int kmods, iString *str); |
54 | 55 | ||