diff --git a/README.md b/README.md index fe88c7e..6857052 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,10 @@ The default keyboard shortcuts are assigned as shown below. If some of them are already in use by your system, update the default values in the `[keys]` section of the configuration file: | Keys | Description | | ------------------------------------------------------- | ---------------------------------------- | -| Ctrl+Shift+Home | Tile current workspace | -| Ctrl+Shift+End | Untile current workspace | -| Ctrl+Shift+T | Toggle between tile and untile | +| Ctrl+Shift+Home | Enable tiling on the current screen | +| Ctrl+Shift+End | Disable tiling on the current screen | +| Ctrl+Shift+R | Disable tiling and restore windows | +| Ctrl+Shift+T | Toggle between enable and disable | | Ctrl+Shift+Next | Cycle through next layouts | | Ctrl+Shift+Prior | Cycle through previous layouts | | Ctrl+Shift+Space | Activate fullscreen layout | @@ -93,7 +94,7 @@ Hot corner events are defined under the `[corners]` section and are triggered wh Systray events are defined under the `[systray]` section and are triggered when the pointer keys are pressed while hovering the icon: | Pointer | Description | | ---------------------------------- | ---------------------------------------- | -| Middle-Click | Toggle between tile and untile | +| Middle-Click | Toggle between enable and disable | | Scroll-Up | Cycle through previous layouts | | Scroll-Down | Cycle through next layouts | | Scroll-Left | Decrease proportion of master-slave area | @@ -211,7 +212,7 @@ cd cortile If necessary you can make local changes, then execute: ```bash -go install +go install -ldflags="-X 'main.date=$(date --iso-8601=seconds)'" ```