aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormathias <mathias>2006-06-22 07:46:12 (GMT)
committermathias <mathias>2006-06-22 07:46:12 (GMT)
commitdedbd7e46816ebce6628d9357cc7feee7a61ab57 (patch)
treeff8e90f26edffb6d579857e9f68d86c378a7320c /doc
parent535a88ce907641ef5648787bfa5d507d2581b86f (diff)
downloadfluxbox-dedbd7e46816ebce6628d9357cc7feee7a61ab57.zip
fluxbox-dedbd7e46816ebce6628d9357cc7feee7a61ab57.tar.bz2
Added patch from Jim Ramsay (i dot am at jimramsay dot com) to freely
define the used modkey. Added new action SetModKey too
Diffstat (limited to 'doc')
-rw-r--r--doc/fluxbox.1.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in
index cc9885e..6c03304 100644
--- a/doc/fluxbox.1.in
+++ b/doc/fluxbox.1.in
@@ -291,11 +291,16 @@ drag it around.
291You can also use Alt + button 1 to raise a partially visible window. 291You can also use Alt + button 1 to raise a partially visible window.
292Finally, Alt + button 2 lowers a window, and Alt + button 3 resizes the window. 292Finally, Alt + button 2 lowers a window, and Alt + button 3 resizes the window.
293.PP 293.PP
294This can be disabled in the resource file 294This can be disabled or changed to a different modifier in the resource file
295.I ~/.fluxbox/init 295.I ~/.fluxbox/init
296with 296with:
297.TP 297.TP
298session.useMod1: \fItrue\fR or \fIfalse\fR 298session.modKey: <modifier>
299(Default: Mod1)
300.TP
301Where <modifier> is one of:
302\fIMod1\fR (Alt), \fIMod4\fR ('Windows' key), \fIControl\fR, or \fINone\fR
303(disables)
299.SH MENU FILE 304.SH MENU FILE
300A default menu file is installed in 305A default menu file is installed in
301.IR @pkgdatadir@/menu . 306.IR @pkgdatadir@/menu .