Blob Blame History Raw
From c954ef1dac2e1614572e3db02de07ebf0e974a95 Mon Sep 17 00:00:00 2001
From: Sergey V. Udaltsov <svu@gnome.org>
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
---
 symbols/sun_vndr/us |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

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
-- 
1.6.5.2