Skip to content

Instantly share code, notes, and snippets.

@jheroy
jheroy / pc-rules.erb
Created March 28, 2023 08:13 — forked from jamietre/pc-rules.erb
Karabiner Elements config to map home/end keys to PC-like behavior on MacOS X
{
"title": "MacOS -> PC Shortcuts",
"rules": [
{
"description": "Top/bottom of document (ctrl+home/ctrl+end)",
"manipulators": [
{
"type": "basic",
"from": <%= from("home", ["command"], ["any"]) %>,
"to": <%= to([["up_arrow", ["left_command"]]]) %>,