aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/keyboard.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/keyboard.h b/include/keyboard.h
index ec9bff46..a3d02d0e 100644
--- a/include/keyboard.h
+++ b/include/keyboard.h
@@ -32,7 +32,9 @@ enum {
Kalt= KF|0x15,
Kshift= KF|0x16,
- Kctl= KF|0x17
+ Kctl= KF|0x17,
+
+ Kcmd= 0xF100 /* Rune: beginning of Cmd+'a', Cmd+'A', etc on Mac */
};
#if defined(__cplusplus)