Skip to content

Commit

Permalink
Merge pull request #1440 from mementorack/eisuufn
Browse files Browse the repository at this point in the history
Add eisuufn.json
  • Loading branch information
tekezo authored Aug 1, 2023
2 parents a807c7a + 9ccfb0f commit d2828ee
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,9 @@
{
"path": "json/russian-keyboard-remapping.json"
},
{
"path": "json/eisuufn.json"
},
{
"path": "json/kanafn.json"
},
Expand Down
54 changes: 54 additions & 0 deletions public/json/eisuufn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"title": "EisuuFN",
"rules": [
{
"description": "EisuuFN: japanese_eisuu to fn unlesss alone",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "japanese_eisuu",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "fn",
"lazy": true
}
],
"to_if_alone": [
{
"key_code": "japanese_eisuu"
}
]
},
{
"type": "basic",
"from": {
"key_code": "japanese_pc_nfer",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "fn",
"lazy": true
}
],
"to_if_alone": [
{
"key_code": "japanese_eisuu"
}
]
}
]
}
]
}

0 comments on commit d2828ee

Please sign in to comment.