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 <[email protected]> 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
>

Reply via email to