From 0480e1924d8ec1d9516455690136e2ac4f567072 Mon Sep 17 00:00:00 2001 From: joten Date: Sun, 15 Mar 2015 17:56:14 +0100 Subject: [PATCH] Corrected some errors in doc --- doc/CHANGES.md | 2 +- doc/Customization.md | 6 +++--- doc/Default_configuration.md | 2 +- doc/Default_hotkeys.md | 14 +++++++------- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/CHANGES.md b/doc/CHANGES.md index a989357..311a4c5 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -189,7 +189,7 @@ desktop and therewith changing the active window. * `-` `Config_showTitleBars` * `~` `Config_rules` have two more parameters (window style and if the window is decorated; this replaces `Config_showTitleBars`). -* `+` WinShiftX` maximizes a window to the +* `+` WinShiftX maximizes a window to the bug.n workspace. * `+` You may now use `Monitor_activateView(">")` for cycling through the views and `View_setLayout(">")` for cycling through the layouts. diff --git a/doc/Customization.md b/doc/Customization.md index c3aaed7..41ca4cb 100644 --- a/doc/Customization.md +++ b/doc/Customization.md @@ -42,7 +42,7 @@ settings. You may find a sample configuration file at https://github.com/joten/bug.n.config. -### Re-using WinL +### Re-using Win+L The hotkey `#l` (WinL) is set by Microsoft Windows to lock the workstation. If you want to use it as a hotkey in bug.n, you can bind @@ -51,8 +51,8 @@ another hotkey, e. g. `#^+l` function by using the bug.n-function `Manager_lockWorkStation()`, which i. a. sets the registry key `Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableLockWorkstation` -and locks the workstation. This than allows to set WinL as -a hotkey in `Config.ini`. +and locks the workstation. This than allows to set `#l` as a hotkey in +`Config.ini`. If WinL still locks the workstation, use the new keybinding for locking the workstation at least once and therewith set the diff --git a/doc/Default_configuration.md b/doc/Default_configuration.md index 41b693b..cfc9852 100644 --- a/doc/Default_configuration.md +++ b/doc/Default_configuration.md @@ -2,7 +2,7 @@ The configuration variables, as you can set them in `Config.ini`, are noted in the format `Conifg_=`; you may copy the string from ` ` and -use it as a templete for a new line in `Config.ini`. +use it as a template for a new line in `Config.ini`. ### Status bar diff --git a/doc/Default_hotkeys.md b/doc/Default_hotkeys.md index e2b7713..73450d7 100644 --- a/doc/Default_hotkeys.md +++ b/doc/Default_hotkeys.md @@ -4,13 +4,13 @@ The hotkeys, as you can set them in `Config.ini`, are noted in the format `Conifg_hotkey=::()`; you may copy the -string from ` ` and use it as a templete for a new line in `Config.ini`. +string from ` ` and use it as a template for a new line in `Config.ini`. Possible modifiers are the following: -* `!` (Alt) -* `^` (Ctrl, Control) -* `#` (Win / LWin, left Windows) -* `+` (Shift) +* `!` Alt +* `^` Ctrl, Control +* `#` Win / LWin, the left Windows key +* `+` Shift You will have to press all keys of a hotkey at the same time beginning with the modifier for calling the associated function, e. g. `#^q` means pressing the @@ -137,7 +137,7 @@ one. E. g. with step, by which the master area is reduced, is -0.0016% and will be doubled with consecutive calls until it reaches -0.05%. With the second parameter you may set an absolute value, e. g. -'View_setLayoutProperty(MFactor, 0.5, 0)' splits the view in half. +`View_setLayoutProperty(MFactor, 0.5, 0)` splits the view in half. `Conifg_hotkey=#Right::View_setLayoutProperty(MFactor, 0, +0.05)` > Enlarge the size of the master area in the active view (only for the "tile" @@ -147,7 +147,7 @@ one. E. g. with first step, by which the master area is reduced, is 0.05%, but with consecutive calls it will be halved until it reaches 0.0016%. With the second parameter you may set an absolute value, e. g. -'View_setLayoutProperty(MFactor, 0.67, 0)' makes the master area two thirds +`View_setLayoutProperty(MFactor, 0.67, 0)` makes the master area two thirds and the stacking area one third the size of the view. `Conifg_hotkey=#^t::View_setLayoutProperty(Axis, 0, +1, 1)`