Skip to content

Instantly share code, notes, and snippets.

@RobinBoers
Created March 11, 2026 12:07
Show Gist options
  • Select an option

  • Save RobinBoers/9084b3c73eefb18e15955e8d008b4a9e to your computer and use it in GitHub Desktop.

Select an option

Save RobinBoers/9084b3c73eefb18e15955e8d008b4a9e to your computer and use it in GitHub Desktop.
Ctrl+R => Cmd+R (Reload) (Only in browsers)
{
"description": "Ctrl+R => Cmd+R (Reload) (Only in browsers)",
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^org\\.mozilla\\.firefox$",
"^org\\.mozilla\\.firefoxdeveloperedition$",
"^org\\.mozilla\\.nightly$",
"^com\\.microsoft\\.Edge",
"^com\\.google\\.Chrome$",
"^com\\.brave\\.Browser$",
"^com\\.apple\\.Safari$"
],
"type": "frontmost_application_if"
}
],
"from": {
"key_code": "r",
"modifiers": {
"mandatory": ["control"],
"optional": ["any"]
}
},
"to": [
{
"key_code": "r",
"modifiers": ["left_command"]
}
],
"type": "basic"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment