# # fvwm2rc (init file for Fvwm2 window manager) # # This is NOT a shell script. See man fvwm2 for syntax. # # ... # ---------------------------------------- # [8] Key and Mouse Bindings # ---------------------------------------- # modifiers: None, Ctrl, Shift, Meta, capsLock, Any # context: Rootwindow, appWindow, Titlebar, windowSidetopbottom, # windowFramecorners, Iconwindow, Anyexcepttitlebarbuttons, 0-9buttons # Special keys on my D800 (see .Xmodmap for these) # volume down #Key F28 A N Exec rexima vol - Key F28 A N Exec amixer sset Headphone 2%- on; amixer sset Master 2%- on # volume up #Key F29 A N Exec rexima vol + Key F29 A N Exec amixer sset Headphone 2%+ on; amixer sset Master 2%+ on # volume mute #Key F30 A N Exec rexima vol 0 Key F30 A N Exec amixer sset Headphone,0 0% off; amixer sset Master,0 0% off # battery -- check battery status Key F31 A N Exec grep capacity /proc/acpi/battery/BAT0/state > /dev/console # eject Key F32 A N Exec eject /dev/hdc # windoze -- next page Key F33 A N Scroll 100000 0 # menu -- popup a window list Key F34 A N Windowlist # Replacements for some Sun left-side function keys (invaluable!) # Front key -- brings a window forward or pushes it back Key F2 WI N RaiseLower # Open key -- iconifies or un-iconifies window Key F1 WI N Iconify toggle # ...