Created
January 29, 2021 20:13
-
-
Save elsanussi-s-mneina/77d15c12b0cd7d267a3469bd1c501a59 to your computer and use it in GitHub Desktop.
If you have a Kinesis Advantage keyboard, add this to your qwerty.txt or dvorak.txt file to swap 1 with its shifted value (usually !), and the other numerals on that row.
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
* The following are changes to the number row: | |
* swap numeral one and exclamation mark. | |
{1}>{speed4}{-lshift}{1}{+lshift} | |
{lshift}{1}>{speed4}{1} | |
{rshift}{1}>{speed4}{1} | |
* swap numeral two and its shifted value. | |
{2}>{speed4}{-lshift}{2}{+lshift} | |
{lshift}{2}>{speed4}{2} | |
{rshift}{2}>{speed4}{2} | |
* swap numeral three and its shifted value. | |
{3}>{speed4}{-lshift}{3}{+lshift} | |
{lshift}{3}>{speed4}{3} | |
{rshift}{3}>{speed4}{3} | |
* swap numeral four and its shifted value. | |
{4}>{speed4}{-lshift}{4}{+lshift} | |
{lshift}{4}>{speed4}{4} | |
{rshift}{4}>{speed4}{4} | |
* swap numeral five and its shifted value. | |
{5}>{speed4}{-lshift}{5}{+lshift} | |
{lshift}{5}>{speed4}{5} | |
{rshift}{5}>{speed4}{5} | |
* swap numeral six and its shifted value. | |
{6}>{speed4}{-lshift}{6}{+lshift} | |
{lshift}{6}>{speed4}{6} | |
{rshift}{6}>{speed4}{6} | |
* swap numeral seven and its shifted value. | |
{7}>{speed4}{-lshift}{7}{+lshift} | |
{lshift}{7}>{speed4}{7} | |
{rshift}{7}>{speed4}{7} | |
* swap numeral eight and its shifted value. | |
{8}>{speed4}{-lshift}{8}{+lshift} | |
{lshift}{8}>{speed4}{8} | |
{rshift}{8}>{speed4}{8} | |
* swap numeral nine and its shifted value. | |
{9}>{speed4}{-lshift}{9}{+lshift} | |
{lshift}{9}>{speed4}{9} | |
{rshift}{9}>{speed4}{9} | |
* swap numeral zero and its shifted value. | |
{0}>{speed4}{-lshift}{0}{+lshift} | |
{lshift}{0}>{speed4}{0} | |
{rshift}{0}>{speed4}{0} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment