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@
pull/1/head
matthieu 2008-03-05 17:24:55 +00:00
parent 123dcf9274
commit bb0842f01c
1 changed files with 4 additions and 2 deletions

View File

@ -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 ] };