File: Buttons-macosx_NumLock

package info (click to toggle)
fvwm-crystal 3.3.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 19,748 kB
  • ctags: 793
  • sloc: sh: 2,815; cs: 880; python: 875; makefile: 212
file content (17 lines) | stat: -rw-r--r-- 914 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# MacOS X Button Setup
# Written by Maciej Delmanowski <harnir@linux.net.pl>
# Maintained and updated by Dominique Michel <dominique_libre@users.sourceforge,net>
#
# This is the window titlebar button setup similar to the MacOS X
# buttons on the titlebar
# Additional support for NumLock key

# third button - various ways to maximize a window
Mouse 1 5 $[Mod0]2	Window-Button-Function Button5 /Window-Menu-Maximize Window-Resize Maximize
Mouse 2 5 $[Mod0]2	Window-Button-Function Button5 /Window-Menu-Maximize Window-Resize V100
Mouse 3 5 $[Mod0]2	Window-Button-Function Button5 /Window-Menu-Maximize Window-Resize H100
Mouse 1 5 $[Mod1]2	Window-Button-Function Button5 /Window-Menu-Maximize Window-Resize VHgrow
Mouse 2 5 $[Mod1]2	Window-Button-Function Button5 /Window-Menu-Maximize Window-Resize Vgrow
Mouse 3 5 $[Mod1]2	Window-Button-Function Button5 /Window-Menu-Maximize Window-Resize Hgrow

# vim:ft=fvwm