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'm not sure how to remap macbook air fn key to left control.
Relevant kanata config
my config:
{ config, pkgs, lib, ... }:
{
services.kanata = {
enable = true; # Enable the Kanata service
keyboards = {
"internalKeyboard" = {
devices = [ "/dev/input/event2" ]; # Use the event associated with your internal keyboard
config = ''
(defsrc
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
lctl lalt lmet spc ralt rmet rctl
)
(deflayer default
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
lctl lmet lalt spc ralt rmet rctl
)
(deflayer dvorak
grv 1 2 3 4 5 6 7 8 9 0 [ ] bspc
tab ' , . p y f g c r l / = \
caps a o e u i d h t n s - ret
lsft ; q j k x b m w v z rsft
lctl lmet lalt spc ralt rmet rctl
)
''; # The config must be a string, written in Kanata's expected format
};
};
};
}
To Reproduce
not really a bug
Expected behavior
replace left fn key with control (so control is left fn and left control key on the built-in macbook air keyboard)
Kanata version
kanata 1.6.1
Debug logs
No response
Operating system
Linux
Additional context
No response
The text was updated successfully, but these errors were encountered:
Requirements
Describe the bug
I'm not sure how to remap macbook air fn key to left control.
Relevant kanata config
my config:
To Reproduce
not really a bug
Expected behavior
replace left fn key with control (so control is left fn and left control key on the built-in macbook air keyboard)
Kanata version
kanata 1.6.1
Debug logs
No response
Operating system
Linux
Additional context
No response
The text was updated successfully, but these errors were encountered: