summaryrefslogtreecommitdiff
path: root/symbols/pc
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2009-04-25 22:12:53 +0100
committerSergey V. Udaltsov <svu@gnome.org>2009-04-25 22:12:53 +0100
commitb0f64bdab00db652e189d1b16fed8bdd8921c707 (patch)
tree59f8e894a5a576c3f676ca7ae71bdcd1210a2de6 /symbols/pc
parent1e4235b34d9fa0ab39704c174ec57a4ce67bc91c (diff)
downloadxkeyboard-config-b0f64bdab00db652e189d1b16fed8bdd8921c707.tar.gz
This disables zapping by default, it can be reenabled with
'setxkbmap -option terminate:ctrl_alt_bksp'.
Diffstat (limited to 'symbols/pc')
-rw-r--r--symbols/pc5
1 files changed, 1 insertions, 4 deletions
diff --git a/symbols/pc b/symbols/pc
index 07472b8..9f3da66 100644
--- a/symbols/pc
+++ b/symbols/pc
@@ -19,10 +19,7 @@ xkb_symbols "pc105" {
include "pc(editing)"
include "keypad(x11)"
- key <BKSP> {
- type="CTRL+ALT",
- symbols[Group1]= [ BackSpace, Terminate_Server ]
- };
+ key <BKSP> { [ BackSpace ] };
key <TAB> { [ Tab, ISO_Left_Tab ] };
key <RTRN> { [ Return ] };