summaryrefslogtreecommitdiff
path: root/src/ui/keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/keys.h')
-rw-r--r--src/ui/keys.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/keys.h b/src/ui/keys.h
index 90e33b7c..4cbca3b7 100644
--- a/src/ui/keys.h
+++ b/src/ui/keys.h
@@ -56,6 +56,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
56# define subscribeToPage_KeyModifier SDLK_d, KMOD_SHIFT | KMOD_PRIMARY 56# define subscribeToPage_KeyModifier SDLK_d, KMOD_SHIFT | KMOD_PRIMARY
57#endif 57#endif
58 58
59#define builtIn_BindingId 1000 /* not user-configurable */
60
59iDeclareType(Binding) 61iDeclareType(Binding)
60 62
61struct Impl_Binding { 63struct Impl_Binding {