Skip to content

Instantly share code, notes, and snippets.

@haryp2309
Last active March 26, 2024 11:02
Show Gist options
  • Save haryp2309/7582b85198b836775325a6f1258e65b3 to your computer and use it in GitHub Desktop.
Save haryp2309/7582b85198b836775325a6f1258e65b3 to your computer and use it in GitHub Desktop.
FL Studio Karabiner Elements Keymap Mac (Norwegian Keyboard)
{
"description": "FL Studio",
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.image-line\\.flstudio$"
],
"type": "frontmost_application_if"
}
],
"from": {
"key_code": "period",
"modifiers": {
"mandatory": [
"right_option"
],
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "keypad_asterisk",
"modifiers": []
}
],
"type": "basic"
},
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.image-line\\.flstudio$"
],
"type": "frontmost_application_if"
}
],
"from": {
"key_code": "comma",
"modifiers": {
"mandatory": [
"right_option"
],
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "keypad_slash",
"modifiers": []
}
],
"type": "basic"
},
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.image-line\\.flstudio$"
],
"type": "frontmost_application_if"
}
],
"from": {
"key_code": "m",
"modifiers": {
"mandatory": [
"right_option"
],
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "f5",
"modifiers": []
},
{
"key_code": "m",
"modifiers": [
"right_command"
]
},
{
"key_code": "f5",
"modifiers": []
}
],
"type": "basic"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment