Pascal Getreuer

Results 27 comments of Pascal Getreuer

A heads up: commit https://github.com/getreuer/qmk-keymap/commit/744119420424f567bc937075fadd9772867d472e introduced a bug, so don't use that one. Please use commit https://github.com/getreuer/qmk-keymap/commit/37586e3de2de15b915855ecc866b46cbfbd63d23 instead.

Good question! `LSFT(kc)` is limited to `kc` being a [basic keycode](https://docs.qmk.fm/#/keycodes_basic), which unfortunately excludes custom keycodes like `SELWORD`. Other compound keycodes (`LCTL`, `MT`, `LT`, ...) are similarly limited. The root...

Thanks for the report! > The three I have found so far to have this problem are \, =, and ;. I use a modified Engram layout, with these key:shift...

Yes to all of [sigprof's comment](https://github.com/qmk/qmk_firmware/issues/19574#issuecomment-1381065727) on why Caps Word Tap Dance interoperation is complicated. I suggest that where it's desired that Caps Word capitalize a Tap Dance key, that...

Yes, Autocorrect is restricted to recognizing typos of letters `A`–`Z` and single quote `'`. This probably makes it of limited use in most languages besides English, unfortunately. The crux of...

This is great! Thank you drashna for making this PR to add Layer Lock in QMK core. Please let me know if I can be of help.

Nit: "I have updated the documentation accordingly" in the PR checklist can now be checked 👍