File: Numpad-Focus-Raise

package info (click to toggle)
fvwm-crystal 3.4.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 21,700 kB
  • ctags: 1,494
  • sloc: sh: 3,265; cs: 1,335; python: 875; makefile: 214
file content (13 lines) | stat: -rw-r--r-- 781 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Here are the bindings for focus-switching using the numpad
# This version raises window after switch
Key KP_Home             A $[Mod0] Window-FocusAndRaiseInDirection NorthWest
Key KP_Left             A $[Mod0] Window-FocusAndRaiseInDirection West
Key KP_End              A $[Mod0] Window-FocusAndRaiseInDirection SouthWest
Key KP_Up               A $[Mod0] Window-FocusAndRaiseInDirection North
Key KP_Down             A $[Mod0] Window-FocusAndRaiseInDirection South
Key KP_Page_Up          A $[Mod0] Window-FocusAndRaiseInDirection NorthEast
Key KP_Page_Down        A $[Mod0] Window-FocusAndRaiseInDirection SouthEast
Key KP_Right            A $[Mod0] Window-FocusAndRaiseInDirection East
Key KP_Begin            A $[Mod0] Window-FocusAndRaiseInDirection Center

# vim:ft=fvwm