Skip to content

Commit

Permalink
CHANGES: Document the key bindings changes
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed Feb 10, 2022
1 parent 68c967e commit 1b728ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,13 @@
- Added `visualSubmap` to visualise the available keys and their
actions when inside a submap.

* `XMonad.Prompt`, `XMonad.Actions.TreeSelect`, `XMonad.Actions.GridSelect`

- Key bindings now behave similarly to xmonad core:
State of mouse buttons and XKB layout groups is ignored.
Translation of key codes to symbols ignores modifiers, so `Shift-Tab` is
now just `(shiftMap, xK_Tab)` instead of `(shiftMap, xK_ISO_Left_Tab)`.

## 0.17.0 (October 27, 2021)

### Breaking Changes
Expand Down

0 comments on commit 1b728ff

Please sign in to comment.