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@
This commit is contained in:
parent
123dcf9274
commit
bb0842f01c
@ -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
|
partial default alphanumeric_keys
|
||||||
xkb_symbols "basic" {
|
xkb_symbols "basic" {
|
||||||
@ -45,7 +45,9 @@ xkb_symbols "basic" {
|
|||||||
key <AB01> { [ z, Z ] };
|
key <AB01> { [ z, Z ] };
|
||||||
key <AB02> { [ x, X, SunCut ] };
|
key <AB02> { [ x, X, SunCut ] };
|
||||||
key <AB03> { [ c, C, SunCopy ] };
|
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 <AB05> { [ b, B, underscore ] };
|
||||||
key <AB06> { [ n, N ] };
|
key <AB06> { [ n, N ] };
|
||||||
key <AB07> { [ m, M ] };
|
key <AB07> { [ m, M ] };
|
||||||
|
Loading…
Reference in New Issue
Block a user