summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 62f85254aa..029f056da7 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -816,6 +816,13 @@ struct user_settings
816 bool morse_input; /* text input method setting */ 816 bool morse_input; /* text input method setting */
817#endif 817#endif
818 818
819#ifdef HAVE_HOTKEY
820 int hotkey_wps;
821 int hotkey_wps_desc_id;
822 int hotkey_tree;
823 int hotkey_tree_desc_id;
824#endif
825
819}; 826};
820 827
821/** global variables **/ 828/** global variables **/