summaryrefslogtreecommitdiff
path: root/src/ui/util.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-21 15:07:49 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-21 15:07:49 +0200
commita6314e152b2d2f306bcbb880356d3890efbfc89e (patch)
tree574e5a78d63a5149213c0f9d68f4591af1e17e1f /src/ui/util.h
parent6d24d800df86e11c5686d50437932a711af82915 (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.h1
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
51iBool isMod_Sym (int key); 51iBool isMod_Sym (int key);
52int normalizedMod_Sym (int key);
52int keyMods_Sym (int kmods); /* shift, alt, control, or gui */ 53int keyMods_Sym (int kmods); /* shift, alt, control, or gui */
53void toString_Sym (int key, int kmods, iString *str); 54void toString_Sym (int key, int kmods, iString *str);
54 55