You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sorry if I did something wrong or missed another issue related to this.
Relevant kanata config
(deflocalkeys-win
ü 186
+ 187
# 191
ö 192
ß 219
^ 220
´ 221
ä 222
< 226
)
(defsrc
^ 1 2 3 4 5 6 7 8 9 0 ß ´ bspc
tab q w e r t z u i o p ü +
caps a s d f g h j k l ö ä # ret
lsft < y x c v b n m , . - rsft
lctl lmet lalt spc ralt rmet rctl
)
To Reproduce
Create the config as above
Start kanata
Expected behavior
I expected for the configuration found in other issues and the documentation to be parsable.
Kanata version
kanata 1.8.0-prerelease-1
Debug logs
No response
Operating system
Windows 11
Additional context
No response
The text was updated successfully, but these errors were encountered:
I asume you use the winiov2 version where the numbers are different.
Or it's because the definition for - is missing.
The documentation should be updated like this
(deflocalkeys-wintercept
- 191
ü 219
+ 221
# 220
ö 186
ß 189
^ 192
´ 187
ä 222
;;< 226 ;; "102d" | "lsgt" | "nubs" | "nonusbslash" | "﹨" | "<" is already defined by kanata itself
y 90
z 89
)
(deflocalkeys-win ;; see https://www.toptal.com/developers/keycode
- 189
ü 186
+ 187
# 191
ö 192
ß 219
^ 220
´ 221
ä 222
y 89 ;; ( y and z are flipped compared to wintercept)
z 90
)
(deflocalkeys-winiov2 ;; same numbers as wintercept?!
- 191
ü 219
+ 221
# 220
ö 186
ß 189
^ 192
´ 187
ä 222
y 90
z 89
)
Requirements
Describe the bug
I am trying to create a mapping for a QWERTZ German keyboard, using deflocalkeys-win and then defsrc to define my base layout. However kanata complains about unknown keys in the defsrc call. I took the example from the documentation here: https://github.com/jtroo/kanata/blob/main/docs/locales.adoc#iso-german-qwertz-windows-non-interception, replacing defcustomkeys with deflocalkeys-win.
This is the relevant error message:
I am sorry if I did something wrong or missed another issue related to this.
Relevant kanata config
To Reproduce
Expected behavior
I expected for the configuration found in other issues and the documentation to be parsable.
Kanata version
kanata 1.8.0-prerelease-1
Debug logs
No response
Operating system
Windows 11
Additional context
No response
The text was updated successfully, but these errors were encountered: