Skip to content

Commit

Permalink
Create Fn=Option+Space
Browse files Browse the repository at this point in the history
Fn = Option + Space.
For better changing input sources if you have Cmd + Space for Spotlight.
(Set Globe Key to do nothing and set Option + Space for \"Select the previous input source\" in Keyboard shortcuts)
  • Loading branch information
KirillGoryakin authored Jul 10, 2023
1 parent 6e9b6b3 commit 082fcab
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions public/json/Fn=Option+Space
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"title": "Fn = Option + Space. For better changing input sources if you have Cmd + Space for Spotlight. (Set Globe Key to do nothing and set Option + Space for \"Select the previous input source\" in Keyboard shortcuts)",
"rules": [
{
"description": "Fn = Option + Space",
"manipulators": [
{
"from": {
"key_code": "fn"
},
"to": [
{
"key_code": "fn"
}
],
"to_if_alone": [
{
"key_code": "spacebar",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
}
]
}

0 comments on commit 082fcab

Please sign in to comment.