Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e66f9a1b
Commit
e66f9a1b
authored
Aug 14, 2010
by
Jason Rumney
Browse files
(lispy_function_keys): Do not define VK_PACKET (bug#4836)
parent
810717b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/keyboard.c
src/keyboard.c
+2
-2
No files found.
src/ChangeLog
View file @
e66f9a1b
2010-08-14 Jason Rumney <jasonr@gnu.org>
* keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
2010-08-14 Chong Yidong <cyd@stupidchicken.com>
* fns.c (Fmake_hash_table): Doc fix (Bug#6851).
...
...
src/keyboard.c
View file @
e66f9a1b
...
...
@@ -4941,9 +4941,9 @@ char const *lispy_function_keys[] =
0, /* VK_OEM_102 0xE2 */
"ico-help", /* VK_ICO_HELP 0xE3 */
"ico-00", /* VK_ICO_00 0xE4 */
0, /* VK_PROCESSKEY 0xE5 */
0, /* VK_PROCESSKEY 0xE5
- used by IME
*/
"ico-clear", /* VK_ICO_CLEAR 0xE6 */
"packet",
/* VK_PACKET 0xE7 */
0,
/* VK_PACKET 0xE7
- used to pass unicode chars
*/
0, /* 0xE8 */
"reset", /* VK_OEM_RESET 0xE9 */
"jump", /* VK_OEM_JUMP 0xEA */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment