Skip to content

Commit

Permalink
Merge pull request #1681 from filiperochalopes/machenike-k500w
Browse files Browse the repository at this point in the history
fix: keypad_period is useful on Blender (graphical designer) Machenike k500w
  • Loading branch information
tekezo authored Jun 23, 2024
2 parents 91d8d18 + 77d9cb6 commit 8475421
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion public/json/machenike_k500w_pt_br.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"maintainers": ["filiperochalopes"],
"rules": [
{
"description": "change unused numpad period to non_us_backslash so we can be able to use pipe and backslash keys. Important for developers!",
"description": "change backlash to non_us_backslash so we can be able to use pipe and backslash keys but on Blender.",
"manipulators": [
{
"type": "basic",
Expand All @@ -17,6 +17,12 @@
{
"key_code": "non_us_backslash"
}
],
"conditions": [
{
"type": "frontmost_application_unless",
"bundle_identifiers": ["^org.blenderfoundation.blender$", "^com.apple.calculator$"]
}
]
}
]
Expand Down

0 comments on commit 8475421

Please sign in to comment.