Y
Hacker News
new
|
ask
|
show
|
jobs
by
srgseg
3564 days ago
Any recommendations for a simple keyboard remapper that is compatible with Sierra? All I need is to swap the @ with "
2 comments
shabble
3564 days ago
Not sure if it still works, but the
~/Library/KeyBindings/DefaultKeyBinding.dict
approach maybe?
I use it for putting # on the ยง key, and it's as simple as:
{ "\U00a7" = ( "insertText:", "#" ); }
in that file. YMMV on >capitan though.
link
OJFord
3564 days ago
Isn't one of Apple's UK mappings sufficient?
link
srgseg
3564 days ago
Thanks for the tip - unfortunately that mapping changes too many other things on the keyboard at the same time.
link
I use it for putting # on the ยง key, and it's as simple as:
in that file. YMMV on >capitan though.