aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2009-04-30 07:29:24 -0700
committerRuss Cox <rsc@swtch.com>2009-04-30 07:29:24 -0700
commit4aad1a325813fa6eed5d29d5dd31f18eae1f006d (patch)
tree88f3fa2a127b7d81257617be1c9620cf05d2f4fd /include
parentfe73bf9fadcda23df685e3e72297bd9878e9426d (diff)
parentfe73bf9fadcda23df685e3e72297bd9878e9426d (diff)
downloadplan9port-4aad1a325813fa6eed5d29d5dd31f18eae1f006d.tar.gz
plan9port-4aad1a325813fa6eed5d29d5dd31f18eae1f006d.tar.bz2
plan9port-4aad1a325813fa6eed5d29d5dd31f18eae1f006d.zip
merge
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)