aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc/fluxbox-keys.txt
diff options
context:
space:
mode:
authorJim Ramsay <i.am@jimramsay.com>2009-02-19 14:29:05 (GMT)
committerJim Ramsay <i.am@jimramsay.com>2009-05-26 20:16:07 (GMT)
commitf68ff84bd1fd579bf9940e7edd9777c54aee1d11 (patch)
tree2f814eee9663e5d597658c533caf64bb17bc6401 /doc/asciidoc/fluxbox-keys.txt
parent54ee631cd815006fe918b7fac69e754df8cf06d1 (diff)
downloadfluxbox-f68ff84bd1fd579bf9940e7edd9777c54aee1d11.zip
fluxbox-f68ff84bd1fd579bf9940e7edd9777c54aee1d11.tar.bz2
Small edits for consistency
Diffstat (limited to 'doc/asciidoc/fluxbox-keys.txt')
-rw-r--r--doc/asciidoc/fluxbox-keys.txt21
1 files changed, 8 insertions, 13 deletions
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt
index 906324f..9edb22b 100644
--- a/doc/asciidoc/fluxbox-keys.txt
+++ b/doc/asciidoc/fluxbox-keys.txt
@@ -1,7 +1,7 @@
1fluxbox-keys(5) 1fluxbox-keys(5)
2=============== 2===============
3Jim Ramsay <i.am@jimramsay.com> 3Jim Ramsay <i.am@jimramsay.com>
4v1.1.2, 10 February 2009 4v1.1.2, 18 February 2009
5:man source: fluxbox-keys.txt 5:man source: fluxbox-keys.txt
6:man version: {revision} 6:man version: {revision}
7:man manual: Fluxbox Manual 7:man manual: Fluxbox Manual
@@ -79,15 +79,15 @@ KEYS
79You may specify a key by its key name (for example, *a* or *space*) or by its 79You may specify a key by its key name (for example, *a* or *space*) or by its
80numeric keycode (for example, *38* or *0xf3*). 80numeric keycode (for example, *38* or *0xf3*).
81 81
82If you don't know the name of a key, you can run 'xev(1)' in a terminal, push 82If you don't know the name of a key, you can run *xev(1)* in a terminal, push
83the key, and see the name in the output. If you have some "special" keys that 83the key, and see the name in the output. If you have some "special" keys that
84do not produce a key name in the output of 'xev(1)', you can just use the 84do not produce a key name in the output of *xev(1)*, you can just use the
85keycode (NOT the keysym!) in your keys file. 85keycode (NOT the keysym!) in your keys file.
86 86
87Commands can also be bound to mouse button presses, for which the proper "key" 87Commands can also be bound to mouse button presses, for which the proper "key"
88name is *Mouse*'n' where 'n' is the number of the mouse button. For example, 88name is *Mouse*'n' where 'n' is the number of the mouse button. For example,
89*Mouse1* is the primary button, and *Mouse4* / *Mouse5* are the scroll wheel 89*Mouse1* is the primary button, and *Mouse4* / *Mouse5* are the scroll wheel
90events, in normal configurations. 'xev(1)' can also be used to tell the button 90events, in normal configurations. *xev(1)* can also be used to tell the button
91number. 91number.
92 92
93//////////////// 93////////////////
@@ -199,7 +199,7 @@ These commands ordinarily affect only the currently focused window. The
199 Close the current window, equivalent to the window button. 199 Close the current window, equivalent to the window button.
200 200
201*Kill* | *KillWindow*:: 201*Kill* | *KillWindow*::
202 Close a window that's not responding to *Close*, like using `xkill`. 202 Close a window that's not responding to *Close*, like using *xkill(1)*.
203 203
204*Shade* | *ShadeWindow*:: 204*Shade* | *ShadeWindow*::
205 Toggle the *shaded* state of the current window, equivalent to the 205 Toggle the *shaded* state of the current window, equivalent to the
@@ -622,10 +622,8 @@ Mod4 t :If {Some Matches (xterm)} {NextWindow (xterm)} {Exec xterm}
622ChangeWorkspace :Exec fbsetbg ~/.fluxbox/bg$(xprop -root _NET_CURRENT_DESKTOP | awk '{print $3}').png 622ChangeWorkspace :Exec fbsetbg ~/.fluxbox/bg$(xprop -root _NET_CURRENT_DESKTOP | awk '{print $3}').png
623.................. 623..................
624 624
625AUTHOR and CREDITS 625AUTHORS
626------------------ 626-------
627This manpage is the combined work of:
628
629- Jim Ramsay <i.am at jimramsay com> (>fluxbox-1.0.0) 627- Jim Ramsay <i.am at jimramsay com> (>fluxbox-1.0.0)
630- Curt Micol <asenchi at asenchi com> (>fluxbox-0.9.11) 628- Curt Micol <asenchi at asenchi com> (>fluxbox-0.9.11)
631- Tobias Klausmann <klausman at users sourceforge net> (<=fluxbox-0.9.11) 629- Tobias Klausmann <klausman at users sourceforge net> (<=fluxbox-0.9.11)
@@ -633,9 +631,6 @@ This manpage is the combined work of:
633- Matthew Hawkins <matt at mh dropbear id au> (blackbox) 631- Matthew Hawkins <matt at mh dropbear id au> (blackbox)
634- Wilbert Berendsen <wbsoft at xs4all nl> (blackbox) 632- Wilbert Berendsen <wbsoft at xs4all nl> (blackbox)
635 633
636- Numerous other languages could be available if someone jumps in.
637
638SEE ALSO 634SEE ALSO
639-------- 635--------
640fluxbox(1), xev(1), xkill(1), regex(7) 636fluxbox(1) xprop(1) xev(1) xkill(1) regex(7)
641