30 lines
896 B
Plaintext
30 lines
896 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 $[infostore.term]
|
|
Key E A CM Exec $[infostore.editor]
|
|
Key F A CM Exec $[infostore.filer]
|
|
Key B A CM Exec $[infostore.lbrowse]
|
|
Key M A CM Exec $[infostore.mail]
|
|
Key N A CM Exec $[infostore.news]
|
|
Key I A CM Exec $[infostore.im]
|
|
Key C A CM Exec $[infostore.calc]
|
|
|
|
# Shortcut for killing stuff
|
|
Key Q A CM Close
|
|
|
|
# Window focus
|
|
Key Tab A M Next (CurrentPage, AnyScreen, AcceptsFocus) TaskSwitchFunc
|
|
Key Tab A SM Prev (CurrentPage, AnyScreen, AcceptsFocus) TaskSwitchFunc
|
|
|
|
# Maximize
|
|
Key F11 A A Maximize
|