1
0
Fork 0

fix documentation of mouse_button_modifier

This commit is contained in:
Theppitak Karoonboonyanan 2010-01-21 10:58:04 -05:00 committed by Thomas Thurman
parent 8a7d588bb0
commit 3a0ab1cc0c

View file

@ -15,8 +15,8 @@
Clicking a window while holding down this modifier key Clicking a window while holding down this modifier key
will move the window (left click), resize the window will move the window (left click), resize the window
(middle click), or show the window menu (right click). (middle click), or show the window menu (right click).
The left and right operations may be swapped The middle and right click operations may be swapped
using the "mouse_button_resize" key. using the "resize_with_right_button" key.
Modifier is expressed as "<Alt>" or "<Super>" Modifier is expressed as "<Alt>" or "<Super>"
for example. for example.
</long> </long>