equal
deleted
inserted
replaced
92 |
92 |
93 # ############ |
93 # ############ |
94 # Key binding. |
94 # Key binding. |
95 # ############ |
95 # ############ |
96 |
96 |
97 Key F1 A M Menu MenuFvwmRoot |
97 Key F1 A M Menu MenuFvwmRoot Root c c |
98 Key Super_L W CSM Delete |
98 Key Super_L W CSM Delete |
|
99 |
|
100 # Used by WindowList |
|
101 DestroyFunc WindowListFunc |
|
102 AddToFunc WindowListFunc |
|
103 + I Iconify off |
|
104 + I FlipFocus |
|
105 + I Raise |
|
106 # Place mouse pointer in center of window. |
|
107 + I WarpToWindow 50 50 |
99 |
108 |
100 # Prevent show long title. |
109 # Prevent show long title. |
101 SetEnv fvwm_winlist_width 60 |
110 SetEnv fvwm_winlist_width 60 |
102 Key Tab A M WindowList Root c c NoDeskSort, MaxLabelWidth $[fvwm_winlist_width], SelectOnRelease Meta_L |
111 Key Tab A M WindowList Root c c NoDeskSort, MaxLabelWidth $[fvwm_winlist_width], SelectOnRelease Meta_L |
103 Key Super_L A N WindowList Root c c NoDeskSort, MaxLabelWidth $[fvwm_winlist_width] |
112 Key Super_L A N WindowList Root c c NoDeskSort, MaxLabelWidth $[fvwm_winlist_width] |