-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use robotgo fork with linux key fixes
- Loading branch information
Sandro Heinzelmann
committed
Aug 22, 2021
1 parent
bd6fcfa
commit 8952b1a
Showing
9 changed files
with
72 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,11 @@ | ||
--- | ||
# Note, also have to patch layout to assign some weird characters to different keys, | ||
# because robotgo can't handle them. | ||
# sudo vim /usr/share/X11/xkb/symbols/ch | ||
# < key <BKSL> { [ dollar, sterling, braceright ] }; | ||
# > key <BKSL> { [ dollar, dollar, braceright ] }; | ||
# < key <AE11> { [ apostrophe, question, dead_acute ] }; | ||
# > key <AE11> { [ apostrophe, question, apostrophe ] }; | ||
# < key <AE10> { [ 0, equal ] }; | ||
# > key <AE10> { [ 0, equal, dead_circumflex ] }; | ||
# setxkbmap | ||
|
||
special_chars: | ||
- character: / | ||
key: 7 | ||
command: shift | ||
- character: "#" | ||
key: 3 | ||
command: gralt | ||
- character: = | ||
key: 0 | ||
command: shift | ||
- character: '"' | ||
key: 2 | ||
command: shift | ||
- character: "'" | ||
key: "?" | ||
command: gralt | ||
- character: '{' | ||
key: '{' | ||
command: gralt | ||
- character: '}' | ||
key: $ | ||
command: gralt | ||
- character: '[' | ||
key: '[' | ||
command: gralt | ||
- character: ']' | ||
key: ']' | ||
command: gralt | ||
- character: '|' | ||
key: 7 | ||
command: gralt | ||
- character: '^' | ||
key: '0' | ||
command: gralt | ||
- character: "~" | ||
key_sym: 0xfe53 | ||
space_after: true | ||
- character: "^" | ||
key_sym: 0xfe52 | ||
space_after: true | ||
- character: "`" | ||
key_sym: 0xfe50 | ||
space_after: true | ||
- character: ';' | ||
key: ',' | ||
command: shift | ||
- character: '\' | ||
key: '<' | ||
command: gralt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters