-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: grv key outputting section symbol in macos #1584
Comments
Can you add the debug logs while reproducing the issue? Run Kanata having the |
14:45:55.5161 [INFO] kanata v1.8.0 starting |
This only reproduces with kanata active right? The logs look fine; but perhaps the output translation is wrong somehow...
|
Switching to a ANSI keyboard layout seems to have fixed the issue. |
Requirements
Describe the bug
grv key on press outputting section symbol (§) in macos.
Relevant kanata config
`
(defcfg
process-unmapped-keys yes
)
(defalias
sa (tap-hold 200 200 a lsft)
as (tap-hold 200 200 s lalt)
cd (tap-hold 200 200 d lctl)
mf (tap-hold 200 200 f lmet)
)
(defsrc
esc f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
tab q w e r t y u i o p [ ]
caps a s d f g h j k l ; ' ret
lsft z x c v b n m , . / rsft up
fn lctl lalt lmet spc rmet ralt left down rght
)
(deflayer qwerty
esc brdn brup f3 f4 bldn blup prev pp next mute vold volu
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
tab q w e r t y u i o p [ ]
caps @sa @as @cd @mf @nav h @mj @ck @al @s; ' ret
fn z x c v b n m , . / rsft up
fn lctl lalt tab spc bspc ralt left down rght
)
`
To Reproduce
na
Expected behavior
grv key should output tilde
Kanata version
kanata 1.8.0
Debug logs
No response
Operating system
mac os 15.3.2
Additional context
No response
The text was updated successfully, but these errors were encountered: