Skip to content

Instantly share code, notes, and snippets.

@brombres
Created January 6, 2024 22:34
Show Gist options
  • Save brombres/e8669aff5211ff6cfe4c5309a00bf4c1 to your computer and use it in GitHub Desktop.
Save brombres/e8669aff5211ff6cfe4c5309a00bf4c1 to your computer and use it in GitHub Desktop.
Karabiner QWEASD to Numpad - Mac - Dungeon Master (can adapt for Eye of the Beholder)
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^org\\.gamesnostalgia\\.amiga\\.DungeonMaster$"
],
"type": "frontmost_application_if"
}
],
"description": "QWEASD",
"from": { "key_code": "q" },
"to": [ { "key_code": "keypad_7" } ],
"type": "basic"
},
{
"conditions": [
{
"bundle_identifiers": [
"^org\\.gamesnostalgia\\.amiga\\.DungeonMaster$"
],
"type": "frontmost_application_if"
}
],
"description": "QWEASD",
"from": { "key_code": "w" },
"to": [ { "key_code": "keypad_8" } ],
"type": "basic"
},
{
"conditions": [
{
"bundle_identifiers": [
"^org\\.gamesnostalgia\\.amiga\\.DungeonMaster$"
],
"type": "frontmost_application_if"
}
],
"description": "QWEASD",
"from": { "key_code": "e" },
"to": [ { "key_code": "keypad_9" } ],
"type": "basic"
},
{
"conditions": [
{
"bundle_identifiers": [
"^org\\.gamesnostalgia\\.amiga\\.DungeonMaster$"
],
"type": "frontmost_application_if"
}
],
"description": "QWEASD",
"from": { "key_code": "a" },
"to": [ { "key_code": "keypad_4" } ],
"type": "basic"
},
{
"conditions": [
{
"bundle_identifiers": [
"^org\\.gamesnostalgia\\.amiga\\.DungeonMaster$"
],
"type": "frontmost_application_if"
}
],
"description": "QWEASD",
"from": { "key_code": "s" },
"to": [ { "key_code": "keypad_5" } ],
"type": "basic"
},
{
"conditions": [
{
"bundle_identifiers": [
"^org\\.gamesnostalgia\\.amiga\\.DungeonMaster$"
],
"type": "frontmost_application_if"
}
],
"description": "QWEASD",
"from": { "key_code": "d" },
"to": [ { "key_code": "keypad_6" } ],
"type": "basic"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment