add en-keycodes

ForzCross 2024-01-13 11:36:17 +03:00
parent 4692a4af2e
commit 1d142e6262
3 changed files with 13 additions and 0 deletions

@ -37,6 +37,7 @@ Additionally, when you have write access to this repository, remove the `.md` fi
## Input
* [chainkeys](https://codeberg.org/dwl/dwl-patches/wiki/chainkeys)
* [keycodes](https://codeberg.org/dwl/dwl-patches/wiki/keycodes)
* [en-keycodes](https://codeberg.org/dwl/dwl-patches/wiki/en-keycodes)
* [numlock-capslock](https://codeberg.org/dwl/dwl-patches/wiki/numlock-capslock)
* [naturalscrolltrackpad](https://codeberg.org/dwl/dwl-patches/wiki/naturalscrolltrackpad)
## Cursor

@ -11,6 +11,7 @@
* [column](https://codeberg.org/dwl/dwl-patches/wiki/column)
* [coredump](https://codeberg.org/dwl/dwl-patches/wiki/coredump)
* [dim-unfocused](https://codeberg.org/dwl/dwl-patches/wiki/dim-unfocused)
* [en-keycodes](https://codeberg.org/dwl/dwl-patches/wiki/en-keycodes)
* [env](https://codeberg.org/dwl/dwl-patches/wiki/env)
* [fallback](https://codeberg.org/dwl/dwl-patches/wiki/fallback)
* [gaplessgrid](https://codeberg.org/dwl/dwl-patches/wiki/gaplessgrid)

11
en-keycodes.md Normal file

@ -0,0 +1,11 @@
### Description
Always use the English keymap to get keycodes, so key bindings work even when using a non-English keyboard layout.
### Download
- [git branch](https://codeberg.org/ForzCross/dwl/src/branch/en-keycodes.patch)
- [2024-01-11](https://codeberg.org/dwl/dwl-patches/raw/branch/main/en-keycodes/en-keycodes.patch)
### Authors
- [ForzCross](https://codeberg.org/ForzCross)
- [Nikita Ivanov](https://github.com/NikitaIvanovV)
- [dimkr](https://codeberg.org/dimkr) (<dima@dimakrasner.com>)