Created
March 14, 2020 01:20
-
-
Save neninja/1bee6f38dcf6b20e1463a5097b1a2d80 to your computer and use it in GitHub Desktop.
Teclado feito com graphviz, usarei futuramente ainda provavelmente
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
digraph hierarchy { | |
rankdir=TB; // direção de baixo para o topo | |
node[shape=record,style=filled,fillcolor=gray95]; | |
edge[arrowhead=none,style="invis"] | |
// 🌟 ❤️ 🔥 ⚡️ 🔒 ⚙️ | |
l1[label = < | |
{ | |
normal mode | |
| | |
{ | |
{<B>tab </B>|🔥} | |
|{<B>q</B>|⚙️} | |
|{<B>w</B>|⚙️} | |
|{<B>e</B>|⚙️} | |
|{<B>r</B>|-} | |
|{<B>t</B>|⚙️} | |
|{<B>y</B>|⚙️} | |
|{<B>u</B>|⚙️} | |
|{<B>i</B>|⚙️} | |
|{<B>o</B>|⚙️} | |
|{<B>p</B>|⚙️} | |
|{<B>'`</B>|⚙️} | |
|{<B>\{ [ ª</B>|⚙️⚙️} | |
} | |
| | |
{ | |
{<B>capslock</B>} | |
|{<B>a</B>|⚙️} | |
|{<B>s</B>|⚙️} | |
|{<B>d</B>|⚙️} | |
|{<B>f</B>|⚙️} | |
|{<B>g</B>|⚙️} | |
|{<B>h</B>|⚙️} | |
|{<B>j</B>|⚙️} | |
|{<B>k</B>|⚙️} | |
|{<B>l</B>|⚙️} | |
|{<B>ç</B>} | |
|{<B>~^</B>|⚙️} | |
|{<B>\} ] º</B>|⚙️⚙️} | |
} | |
| | |
{ | |
{<B>shift </B>} | |
|{<B>\\ \|</B>|} | |
|{<B>z</B>|⚙️} | |
|{<B>x</B>|⚙️} | |
|{<B>c</B>|⚙️} | |
|{<B>v</B>|⚙️} | |
|{<B>b</B>|⚙️} | |
|{<B>n</B>|⚙️} | |
|{<B>m</B>|⚙️} | |
|{<B>,</B>|⚙️} | |
|{<B>.</B>|⚙️} | |
|{<B>; :</B>|⚙️⚙️} | |
|{<B>/ ? °</B>|⚙️⚙️-} | |
} | |
} | |
>]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment