Created
August 27, 2015 22:37
-
-
Save JayBeavers/857035cb3bb970f53012 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?xml version="1.0" encoding="utf-8"?> | |
<KeyboardLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" FontSize="40"> | |
<Row> | |
<Action Caption="esc" Action="Esc_Button_Click" /> | |
<Gap KeyWidth="0.5"/> | |
<Action Caption="" Action="Backspace_Button_Click" /> | |
<Gap KeyWidth="0.5"/> | |
<Group> | |
<Conditional> | |
<Char Caption="1" ShiftCaption="!" /> | |
<Char Caption="2" ShiftCaption="@" /> | |
<Char Caption="3" ShiftCaption="#" /> | |
<Char Caption="4" ShiftCaption="$" /> | |
<Char Caption="5" ShiftCaption="%" /> | |
<Char Caption="6" ShiftCaption="^" /> | |
<Char Caption="7" ShiftCaption="&" /> | |
<Char Caption="8" ShiftCaption="*" /> | |
<Char Caption="9" ShiftCaption="(" /> | |
<Char Caption="0" ShiftCaption=")" /> | |
<Gap KeyWidth="0.5" /> | |
<State Caption="*!?" StateName="Numeric" FontSize="24" /> | |
</Conditional> | |
<Conditional Name="Numeric"> | |
<Char Caption="home" FontSize="24" Value="{HOME}" /> | |
<Char Caption="←" FontSize="60" Value="{LEFT}" /> | |
<Char Caption="→" FontSize="60" Value="{RIGHT}" /> | |
<Char Caption="end" FontSize="30" Value="{END}" /> | |
<Gap /> | |
<Char Caption="," /> | |
<Char Caption="." /> | |
<Char Caption="?" /> | |
<Char Caption="!" /> | |
<Gap KeyWidth="1.5" /> | |
<State Caption="123" FontSize="24" /> | |
</Conditional> | |
</Group> | |
<Gap KeyWidth="0.5" /> | |
<Action Caption="" Action="Backspace_Button_Click" /> | |
</Row> | |
<Row> | |
<Toggle Caption="ctrl" StateName="Control" /> | |
<Gap KeyWidth="0.5"/> | |
<Action Caption="del word" Action="BackWord_Button_Click" FontSize="24" /> | |
<Gap KeyWidth="0.5"/> | |
<Char Caption="q" /> | |
<Char Caption="w" /> | |
<Char Caption="e" /> | |
<Char Caption="r" /> | |
<Char Caption="t" /> | |
<Char Caption="y" /> | |
<Char Caption="u" /> | |
<Char Caption="i" /> | |
<Char Caption="o" /> | |
<Char Caption="p" /> | |
<Gap KeyWidth="2"/> | |
<Action Caption="del word" Action="BackWord_Button_Click" FontSize="24" /> | |
</Row> | |
<Row> | |
<Toggle Caption="alt" StateName="Alt" /> | |
<Gap KeyWidth="2.25" /> | |
<Char Caption="a" /> | |
<Char Caption="s" /> | |
<Char Caption="d" /> | |
<Char Caption="f" /> | |
<Char Caption="g" /> | |
<Char Caption="h" /> | |
<Char Caption="j" /> | |
<Char Caption="k" /> | |
<Char Caption="l" /> | |
<Gap KeyWidth="2.75"/> | |
<Action Caption="" Action="Return_Button_Click" FontSize="60"/> | |
</Row> | |
<Row> | |
<Toggle Caption="" StateName="Shift" /> | |
<Gap KeyWidth="0.5" /> | |
<Action Caption="space" FontSize="24" Action="Space_Button_Click" /> | |
<Gap KeyWidth="1.25" /> | |
<Char Caption="z" /> | |
<Char Caption="x" /> | |
<Char Caption="c" /> | |
<Char Caption="v" /> | |
<Char Caption="b" /> | |
<Char Caption="n" /> | |
<Char Caption="m" /> | |
<Gap KeyWidth="2.75"/> | |
<Action Caption="space" FontSize="24" Action="Space_Button_Click" /> | |
<Gap KeyWidth="0.5"/> | |
<Toggle Caption="" StateName="Fold" /> | |
</Row> | |
</KeyboardLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment