summaryrefslogtreecommitdiff
path: root/symbols/terminate
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/terminate
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/terminate')
-rw-r--r--symbols/terminate8
1 files changed, 8 insertions, 0 deletions
diff --git a/symbols/terminate b/symbols/terminate
new file mode 100644
index 0000000..47e434d
--- /dev/null
+++ b/symbols/terminate
@@ -0,0 +1,8 @@
+partial default modifier_keys
+xkb_symbols "ctrl_alt_bksp" {
+ key <BKSP> {
+ type="CTRL+ALT",
+ symbols[Group1] = [ NoSymbol, Terminate_Server ]
+ };
+};
+