summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-03-05 17:24:56 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-03-05 17:24:56 +0000
commitdfa07e574cd7f846055625584e7a30c665286a2e (patch)
tree1bfae2fee1cb72e3665ba960e28ac2ea91abc37d /data
parent96afa16ada6c15e19e60eddcbeea00a36fe4ba6e (diff)
Remove the SunPaste symbol from the Fn+v key combinaison. This
causes xterm to call it's insert-selection() function when 'v' alone is pressed. ok deraadt@
Diffstat (limited to 'data')
-rw-r--r--data/xkbdata/symbols/zaurus6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/xkbdata/symbols/zaurus b/data/xkbdata/symbols/zaurus
index 7ca789731..3050380f6 100644
--- a/data/xkbdata/symbols/zaurus
+++ b/data/xkbdata/symbols/zaurus
@@ -1,4 +1,4 @@
-// $OpenBSD: zaurus,v 1.1 2006/12/09 16:03:06 matthieu Exp $
+// $OpenBSD: zaurus,v 1.2 2008/03/05 17:24:55 matthieu Exp $
partial default alphanumeric_keys
xkb_symbols "basic" {
@@ -45,7 +45,9 @@ xkb_symbols "basic" {
key <AB01> { [ z, Z ] };
key <AB02> { [ x, X, SunCut ] };
key <AB03> { [ c, C, SunCopy ] };
- key <AB04> { [ v, V, SunPaste ] };
+ // XXX Removed SunPaste from line below
+ // because it triggers a bug in xterm translations.
+ key <AB04> { [ v, V ] };
key <AB05> { [ b, B, underscore ] };
key <AB06> { [ n, N ] };
key <AB07> { [ m, M ] };