Merge branch 'en-keycodes'

A Frederick Christensen 2024-01-02 00:46:26 -06:00
commit fb4181ba2a
3 changed files with 12 additions and 0 deletions

@ -13,6 +13,7 @@
* [winview](https://codeberg.org/dwl/dwl-patches/wiki/winview)
## Rules
## Input
* [en-keycodes](https://codeberg.org/dwl/dwl-patches/wiki/en-keycodes.-)
* [keycodes](https://codeberg.org/dwl/dwl-patches/wiki/keycodes)
* [numlock-capslock](https://codeberg.org/dwl/dwl-patches/wiki/numlock-capslock.-)
## Cursor

@ -3,6 +3,7 @@
* [coredump](https://codeberg.org/dwl/dwl-patches/wiki/coredump)
* [client-opacity](https://codeberg.org/dwl/dwl-patches/wiki/client-opacity.-)
* [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)
* [hide-behind-fullscreen](https://codeberg.org/dwl/dwl-patches/wiki/hide-behind-fullscreen.-)

10
en-keycodes.-.md Normal file

@ -0,0 +1,10 @@
### Description
Always use the English keymap to get keycodes, so key bindings work even when using a non-English keyboard layout.
### Download
- [2023-11-12](https://codeberg.org/dwl-patches/en-keycodes/en-keycodes.patch) similar to the one below, but does not modify config.h
- [2022-07-22](https://codeberg.org/dimkr/dwl/commit/413f7aa7f075ed88402db277b952fa43d3fb853d.patch)
### Authors
- [dimkr](https://codeberg.org/dimkr) (<dima@dimakrasner.com>)
- [Nikita Ivanov](https://github.com/NikitaIvanovV)