From 932d77bd50196a2c665e5d65de732b1349ed1925 Mon Sep 17 00:00:00 2001 From: Mason Larobina Date: Sat, 28 Nov 2009 15:35:58 +0800 Subject: Added modkey addition to keycmd plugin. We are now able to remove the hardcoded "+ -> " and "+ -> " modkey transformations from the key_press and key_release functions. --- examples/config/uzbl/config | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'examples/config') diff --git a/examples/config/uzbl/config b/examples/config/uzbl/config index 62b5315..dc91e59 100644 --- a/examples/config/uzbl/config +++ b/examples/config/uzbl/config @@ -19,6 +19,8 @@ set progress = request PROGRESS_CONFIG set modmap = request MODMAP # request IGNORE_KEY set ignore_key = request IGNORE_KEY +# request MODKEY_ADDITION +set modkey_addition = request MODKEY_ADDITION set set_mode = set mode = set set_status = set status_message = @@ -108,15 +110,20 @@ set socket_dir = /tmp # === Key modmapping and ignoring ============================================ -#modmap from to +#modmap @modmap @modmap @modmap +#modkey_addition +@modkey_addition +@modkey_addition + #ignore_key @ignore_key @ignore_key + # === Keyboard & Mouse bindings ============================================== # With this command you can enter in any command at runtime when prefixed with -- cgit v1.2.3