aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2009-11-19 22:50:11 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2009-11-19 22:50:11 +0800
commitc65aa88f0a4065089a1a3cedd814dedde6254513 (patch)
treeeca1e702db2dbadfc092bc5a19732b754c307055 /examples/config
parentf21e3c16a72770491bb6d972bda2c919f7a04ed0 (diff)
Added key ignoring by glob pattern and modmapping cleanup.
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/uzbl/config17
1 files changed, 11 insertions, 6 deletions
diff --git a/examples/config/uzbl/config b/examples/config/uzbl/config
index 33783ac..46b4998 100644
--- a/examples/config/uzbl/config
+++ b/examples/config/uzbl/config
@@ -17,6 +17,8 @@ set on_event = request ON_EVENT
set progress = request PROGRESS_CONFIG
# request MODMAP From To
set modmap = request MODMAP
+# request KEY_IGNORE <glob>
+set ignore_key = request IGNORE_KEY
set set_mode = set mode =
set set_status = set status_message =
@@ -102,15 +104,18 @@ set fifo_dir = /tmp
set socket_dir = /tmp
-# === Binding modmaps ========================================================
+# === Key modmapping and ignoring ============================================
-#modmap from to
-@modmap Control Ctrl
-@modmap ISO_Left_Tab Shift-Tab
-@modmap space Space
+#modmap from to
+@modmap <Control> <Ctrl>
+@modmap <ISO_Left_Tab> <Shift-Tab>
+@modmap <space> <Space>
+#ignore_key <glob>
+@ignore_key <ISO_*>
+@ignore_key <Sh*>
-# === Keyboard & Mouse bindings ======================================================
+# === Keyboard & Mouse bindings ==============================================
# With this command you can enter in any command at runtime when prefixed with
# a colon.