diff options
author | Sergey V. Udaltsov <svu@gnome.org> | 2009-10-20 12:47:45 +0100 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2009-10-20 12:47:45 +0100 |
commit | c954ef1dac2e1614572e3db02de07ebf0e974a95 (patch) | |
tree | abe049248a908bd93ad4877d789e6e3c381d6dfc | |
parent | 9bc37bc0ed3a04f039c3319bdedba1d27f5ecfe8 (diff) |
added Backspace mapping to Sun kbds
https://bugs.freedesktop.org/show_bug.cgi?id=24554
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | symbols/sun_vndr/us | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-10-20 Sergey Udaltsov + + * symbols/sun_vndr/us: added backspace mapping, + https://bugs.freedesktop.org/show_bug.cgi?id=24554 + 2009-10-13 Sergey Udaltsov * rules/base.lists.part, symbols/macintosh_vndr/Makefile.am, diff --git a/symbols/sun_vndr/us b/symbols/sun_vndr/us index 41670f0..23fa50a 100644 --- a/symbols/sun_vndr/us +++ b/symbols/sun_vndr/us @@ -89,6 +89,8 @@ xkb_symbols "sunbasic" { key <NMLK> { [ Num_Lock, Pointer_EnableKeys ] }; key <SPCE> { [ space ] }; + key <BKSP> { [ BackSpace ] }; + // By default, we use the same symbols as other XKB implementations // for greater compatibility & AccessX MouseKeys support, but it is // different than the traditional Sun key mappings that date back to the |