Last active
July 8, 2023 20:35
-
-
Save bergkvist/750fd485e98e69de6fff7a83e207dc8f to your computer and use it in GitHub Desktop.
keyd remapping for M1 macbook with "Norwegian (Macintosh)" keyboard layout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ids] | |
* | |
[main] | |
` = macro(S-= space) | |
[shift] | |
4 = S-A-4 | |
[meta] | |
t = C-t | |
w = C-w | |
c = C-c | |
v = C-v | |
x = C-x | |
z = C-z | |
a = C-a | |
l = C-l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment