~/lib/conf/wm/bindings
fvwmのキーバインドを設定する.
# key bindings:
# ショートカットキー
# M=Meta C=Control S=Shift A=なし
# press shift arrow + meta key, and move the pointer by 1/10 of a page
Key Left A C CursorMove -10 +0
Key Right A C CursorMove +10 +0
Key Up A C CursorMove +0 -10
Key Down A C CursorMove +0 +10
# shift + meta + arrow = change desktop
Key Left A MC GotoDesk -1 $[desk_min_no] $[desk_max_no]
Key Right A MC GotoDesk 1 $[desk_min_no] $[desk_max_no]
Key Tab A M FocusNextWindow
Key Tab A SM FocusPrevWindow
Key Tab A C RaiseLower
# Keyboard accelerators
Key F2 A M Menu RootMenu Nop
Key F3 A M WindowList
Key F4 A M Delete
key F5 A M Maximize 0 100
key F6 A M Maximize 100 0
Key F7 A M Move
Key F8 A M Resize
Key F9 A M Iconify
key F10 A M Maximize 100 100
# for the root window
# ルートウィンドウでのマウス操作 (ルートメニュー/窓操作/窓リスト)
Mouse 1 R A Menu RootMenu Nop
Mouse 2 R A Menu Window-Ops Nop
Mouse 3 R A WindowList
# for the title bar buttons
# タイトルバーでのマウス操作
Mouse 0 1 A Menu Window-Ops2 Close
Mouse 0 2 A Maximize 100 100
Mouse 0 4 A Iconify
# for other parts of the window/borders/icons:
# 窓/窓縁/アイコンでのマウス操作
# T=タイトルバー F=かど S=はじ I=アイコン W=?
Mouse 1 FS A Resize-or-Raise
Mouse 1 T A Move-or-Raise
Mouse 1 W M Move-or-Raise
Mouse 1 I A Move-or-Iconify
Mouse 2 I A Iconify
Mouse 2 FST A Menu Window-Ops2 Close
Mouse 3 TSIF A RaiseLower