32 lines
843 B
Plaintext
32 lines
843 B
Plaintext
# Ignore num/caps/scroll lock
|
|
IgnoreModifiers L25
|
|
|
|
# Disable the root menu
|
|
Mouse 1 R A
|
|
|
|
# Bind the session manager and execute dialog
|
|
Key Delete A CM Module FvwmScript $[infostore.fscript]/FvwmScript-ConfirmQuit
|
|
Key Return A C Module FvwmScript $[infostore.fscript]/FvwmScript-Execute
|
|
|
|
# Program shortcuts
|
|
Key T A CM Exec exec $[infostore.term]
|
|
Key E A CM Exec exec $[infostore.editor]
|
|
Key F A CM Exec exec $[infostore.filer]
|
|
Key B A CM Exec exec $[infostore.lbrowse]
|
|
Key M A CM Exec exec $[infostore.mail]
|
|
Key N A CM Exec exec $[infostore.news]
|
|
Key I A CM Exec exec $[infostore.im]
|
|
Key C A CM Exec exec $[infostore.calc]
|
|
|
|
# Shortcut for killing stuff
|
|
Key Q A CM Close
|
|
|
|
# Window focus
|
|
Key Tab A M Next (CurrentDesk, AcceptsFocus) TaskSwitchFunc
|
|
Key Tab A SM Prev (CurrentDesk, AcceptsFocus) TaskSwitchFunc
|
|
|
|
# Maximize
|
|
Key F11 A A Maximize
|
|
|
|
|