Skip to content

Commit

Permalink
fix: delete keymap switch actions on the mouse layer on Dvorak and Co…
Browse files Browse the repository at this point in the history
…lemak keymap
  • Loading branch information
ert78gb committed Jul 31, 2024
1 parent ad7ee92 commit a77933a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions packages/uhk-web/src/app/services/user-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1262,12 +1262,10 @@
"keyActionType": "none"
},
{
"keyActionType": "switchKeymap",
"keymapAbbreviation": "QWR"
"keyActionType": "none"
},
{
"keyActionType": "switchKeymap",
"keymapAbbreviation": "DVO"
"keyActionType": "none"
},
{
"keyActionType": "none"
Expand Down Expand Up @@ -2485,12 +2483,10 @@
"keyActionType": "none"
},
{
"keyActionType": "switchKeymap",
"keymapAbbreviation": "QWR"
"keyActionType": "none"
},
{
"keyActionType": "switchKeymap",
"keymapAbbreviation": "DVO"
"keyActionType": "none"
},
{
"keyActionType": "none"
Expand Down

0 comments on commit a77933a

Please sign in to comment.