aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Reitter2009-04-30 16:52:19 +0000
committerDavid Reitter2009-04-30 16:52:19 +0000
commit5404d04f81a247db9d6d17c67dfb4df4fe3baeb4 (patch)
tree5e99c74b8077166533b7318062449bb08049b53e /src
parent4491c9d27be2338294f19f5b852a943516b78011 (diff)
downloademacs-5404d04f81a247db9d6d17c67dfb4df4fe3baeb4.tar.gz
emacs-5404d04f81a247db9d6d17c67dfb4df4fe3baeb4.zip
convert_ns_to_X_keysym: define function keys f16 through f24.
Diffstat (limited to 'src')
-rw-r--r--src/nsterm.m9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index 5085679e04a..5f1c50cc48d 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -110,6 +110,15 @@ static unsigned convert_ns_to_X_keysym[] =
110 NSF13FunctionKey, 0xCA, 110 NSF13FunctionKey, 0xCA,
111 NSF14FunctionKey, 0xCB, 111 NSF14FunctionKey, 0xCB,
112 NSF15FunctionKey, 0xCC, 112 NSF15FunctionKey, 0xCC,
113 NSF16FunctionKey, 0xCD,
114 NSF17FunctionKey, 0xCE,
115 NSF18FunctionKey, 0xCF,
116 NSF19FunctionKey, 0xD0,
117 NSF20FunctionKey, 0xD1,
118 NSF21FunctionKey, 0xD2,
119 NSF22FunctionKey, 0xD3,
120 NSF23FunctionKey, 0xD4,
121 NSF24FunctionKey, 0xD5,
113 122
114 NSBackspaceCharacter, 0x08, /* 8: Not on some KBs. */ 123 NSBackspaceCharacter, 0x08, /* 8: Not on some KBs. */
115 NSDeleteCharacter, 0xFF, /* 127: Big 'delete' key upper right. */ 124 NSDeleteCharacter, 0xFF, /* 127: Big 'delete' key upper right. */