From c954ef1dac2e1614572e3db02de07ebf0e974a95 Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Tue, 20 Oct 2009 12:47:45 +0100 Subject: [PATCH] added Backspace mapping to Sun kbds https://bugs.freedesktop.org/show_bug.cgi?id=24554 --- ChangeLog | 5 +++++ symbols/sun_vndr/us | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index bd94b75..adfd1e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 { [ Num_Lock, Pointer_EnableKeys ] }; key { [ space ] }; + key { [ 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 -- 2.32.0.93.g670b81a890