diff options
author | markt <markt> | 2007-10-22 17:45:39 (GMT) |
---|---|---|
committer | markt <markt> | 2007-10-22 17:45:39 (GMT) |
commit | c6a2605d76927eed881e4ff9df58a9ec600bf4a2 (patch) | |
tree | 468c356ffdad6893d4f4b312f847122b66c997ed /doc | |
parent | f72633a0e0df146c4860b5b3940e9c3a2f7260b1 (diff) | |
download | fluxbox-c6a2605d76927eed881e4ff9df58a9ec600bf4a2.zip fluxbox-c6a2605d76927eed881e4ff9df58a9ec600bf4a2.tar.bz2 |
replaced ModKey with new key commands StartMoving and StartResizing
Diffstat (limited to 'doc')
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index 0b11dad..5e4cf07 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt | |||
@@ -848,11 +848,6 @@ session.screen0.followModel: <model> | |||
848 | be focused. `Ignore' does nothing, and `Follow' uses the setting in | 848 | be focused. `Ignore' does nothing, and `Follow' uses the setting in |
849 | session.screen0.userFollowModel. Default: Ignore | 849 | session.screen0.userFollowModel. Default: Ignore |
850 | 850 | ||
851 | session.screen0.resizeMode: Bottom|Quadrant|Center | ||
852 | Setting this resource to `Quadrant' makes resizing by using the modkey | ||
853 | grab the corner closest to the mouse pointer instead of the bottom right | ||
854 | corner. `Center' resizes all corners at the same time. Default: Bottom | ||
855 | |||
856 | session.screen0.focusModel: ClickToFocus|MouseFocus | 851 | session.screen0.focusModel: ClickToFocus|MouseFocus |
857 | This controls how windows gain focus via the mouse. With `ClickToFocus', | 852 | This controls how windows gain focus via the mouse. With `ClickToFocus', |
858 | the user must click on the window. With `MouseFocus', windows gain focus | 853 | the user must click on the window. With `MouseFocus', windows gain focus |
@@ -1018,11 +1013,6 @@ session.titlebar.right: Minimize Maximize Close | |||
1018 | The icons to place in the titlebar of decorated windows. The available | 1013 | The icons to place in the titlebar of decorated windows. The available |
1019 | options are Close, Maximize, MenuIcon, Minimize, Shade, and Stick. | 1014 | options are Close, Maximize, MenuIcon, Minimize, Shade, and Stick. |
1020 | 1015 | ||
1021 | session.modKey: <modifier> | ||
1022 | This specifies a modifier to use to drag and resize windows without | ||
1023 | clicking on the border or titlebar. For example, Alt + Left click will | ||
1024 | move windows, and Alt + Right click will resize. Default: Mod1 | ||
1025 | |||
1026 | ................................................................................ | 1016 | ................................................................................ |
1027 | 1017 | ||
1028 | 1018 | ||
@@ -1163,7 +1153,6 @@ Special Commands | |||
1163 | - SetResourceValue <resourcename> <resource> value | 1153 | - SetResourceValue <resourcename> <resource> value |
1164 | - BindKey <key><value>: <action> | 1154 | - BindKey <key><value>: <action> |
1165 | - KeyMode <keymode name> <return key sequence> | 1155 | - KeyMode <keymode name> <return key sequence> |
1166 | - SetModKey <modifier> | ||
1167 | 1156 | ||
1168 | Couple of things | 1157 | Couple of things |
1169 | ~~~~~~~~~~~~~~~~ | 1158 | ~~~~~~~~~~~~~~~~ |