Update keyname tables

This commit is very similar to 8c8853a1f5

We update the keynames.txt file from gdkkeynames.h, and we update
keynames-translate.txt to include all the keysym names that we want
to have translations for. Also strip the XF86 from the translatable
keysym names, since we are returning those names now from
gdk_keyval_name().

keyname-table.h is regenerated from these updated files.
This commit is contained in:
Matthias Clasen 2013-04-19 19:35:49 -04:00
parent c4a17c8895
commit 49c4ad2f00
3 changed files with 6321 additions and 2432 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,28 +1,65 @@
XF86MonBrightnessUp BackSpace
XF86MonBrightnessDown Tab
XF86KbdBrightnessUp Return
XF86KbdBrightnessDown Pause
XF86AudioMute Scroll_Lock
XF86AudioLowerVolume Sys_Req
XF86AudioRaiseVolume Escape
XF86AudioPlay Multi_key
XF86AudioStop Home
XF86AudioNext Left
XF86AudioPrev Up
XF86AudioRecord Right
XF86AudioPause Down
XF86AudioRewind Page_Up
XF86AudioMedia Page_Down
XF86ScreenSaver End
XF86Battery Begin
XF86Launch1 Print
XF86Forward Insert
XF86Back Num_Lock
XF86Sleep KP_Space
XF86Hibernate KP_Tab
XF86WLAN KP_Enter
XF86WebCam KP_Home
XF86Display KP_Left
XF86TouchpadToggle KP_Up
XF86WakeUp KP_Right
XF86Suspend KP_Down
KP_Page_Up
KP_Prior
KP_Page_Down
KP_Next
KP_End
KP_Begin
KP_Insert
KP_Delete
Delete
MonBrightnessUp
MonBrightnessDown
KbdBrightnessUp
KbdBrightnessDown
AudioMute
AudioLowerVolume
AudioRaiseVolume
AudioPlay
AudioStop
AudioNext
AudioPrev
AudioRecord
AudioPause
AudioRewind
AudioMedia
ScreenSaver
Battery
Launch1
Forward
Back
Sleep
Hibernate
WLAN
WebCam
Display
TouchpadToggle
WakeUp
Suspend

File diff suppressed because it is too large Load Diff