summaryrefslogtreecommitdiffstats
path: root/generic/ks_names.h
diff options
context:
space:
mode:
authorericm <ericm>2000-04-15 00:33:08 (GMT)
committerericm <ericm>2000-04-15 00:33:08 (GMT)
commitdcdda21be28f425fdea2a3b2de1b6f96ba80852e (patch)
tree2532e6a474edd004a916bcec958ebc82766c0e09 /generic/ks_names.h
parenta3369712cfd623421640d3efce3d26dc8bfd3955 (diff)
downloadtk-dcdda21be28f425fdea2a3b2de1b6f96ba80852e.zip
tk-dcdda21be28f425fdea2a3b2de1b6f96ba80852e.tar.gz
tk-dcdda21be28f425fdea2a3b2de1b6f96ba80852e.tar.bz2
* generic/ks_names.h: Added Scroll_Lock and Sys_Req definitions.
* win/tkWinKey.c: Changed implementation of KeycodeToKeysym, et. al., to use a keycode table for lookups; this will result in faster keycode -> keysym translations for non-ASCII keys like Control, Alt, etc.
Diffstat (limited to 'generic/ks_names.h')
-rw-r--r--generic/ks_names.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/ks_names.h b/generic/ks_names.h
index 0bc0e13..af11fc7 100644
--- a/generic/ks_names.h
+++ b/generic/ks_names.h
@@ -1,6 +1,6 @@
/*
* This file is generated from $(INCLUDESRC)/keysymdef.h. Do not edit.
- * RCS: $Id: ks_names.h,v 1.3 1998/09/14 18:23:02 stanton Exp $
+ * RCS: $Id: ks_names.h,v 1.4 2000/04/15 00:33:08 ericm Exp $
*/
{ "BackSpace", 0xFF08 },
{ "Tab", 0xFF09 },
@@ -8,6 +8,8 @@
{ "Clear", 0xFF0B },
{ "Return", 0xFF0D },
{ "Pause", 0xFF13 },
+{ "Scroll_Lock", 0xFF14 },
+{ "Sys_Req", 0xFF15 },
{ "Escape", 0xFF1B },
{ "Delete", 0xFFFF },
{ "Multi_key", 0xFF20 },