aboutsummaryrefslogtreecommitdiff
path: root/kiosk-plugin.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'kiosk-plugin.tcl')
-rw-r--r--kiosk-plugin.tcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/kiosk-plugin.tcl b/kiosk-plugin.tcl
index 0f72cc3..a6ec6f3 100644
--- a/kiosk-plugin.tcl
+++ b/kiosk-plugin.tcl
@@ -97,10 +97,10 @@ proc ::kiosk::makekiosk {mywin} {
# remove all special key/mouse bindings from the window
if { $::kiosk::config(QuitBinding) } { } {
- bind $mycnv <Control-Key-w> {}
- bind $mycnv <Control-Shift-Key-W> {}
- bind all <Control-Key-w> {}
- bind all <Control-Shift-Key-W> {}
+# bind $mycnv <Control-Key-w> {}
+# bind $mycnv <Control-Shift-Key-W> {}
+# bind all <Control-Key-w> {}
+# bind all <Control-Shift-Key-W> {}
bind $mycnv <Control-Key-q> {}
bind $mycnv <Control-Shift-Key-Q> {}