Re: [Sawfish] F1-F12 keybinding on gnome background. |
[ Thread Index | Date Index | More lists.tuxfamily.org/sawfish Archives ]
On Saturday 21 April 2012 23:11:17 Deric Bytes wrote:
cylce-windows never works without modificator.
Maybe switch-2-terminal is not properly defined?
Maybe you can post it?
It still is not working..... cycle-windows seems to be problematic too
cycle-windows works on Super-F8
cycle-windows does does not work on an F9 or other F keys
system works
jump-or-exec works
(bind-keys global-keymap
"Super-F8" 'cycle-windows
"F9" 'cycle-windows
"F11" '(jump-or-exec "Emacs -" "emacsclient -c")
"F10" '(system "/usr/bin/urxvt &")
)On 21 April 2012 17:14, Christopher Roy Bratusek <nano@xxxxxxxxxxxxx> wrote:
On Saturday 21 April 2012 16:03:02 Deric Bytes wrote:
My global-keymap bindings for the Function keys F1-F12 do not seem to work on the gnome background.
They work if I click on the top gnome panel.
And also work when focus is on a window.
I am using the latest archlinux packages - sawfish 1.8.2, gnome 3.2.1 fallback
(bind-keys global-keymap
"F1" '(switch-2-terminal)
"F2" '(switch-2-emacs)
"F3" '(switch-2-firefox)
"F4" '(switch-2-gmail)
;; NOTE: F5 is usually refresh
)Dunno what switch-2-terminal is, but maybe
"F1" 'switch-2-terminal
Regards
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |