LordShrek@lemmy.worldOPtoGeneral Programming Discussion@lemmy.ml•let's design the programmer's numpad
1·
1 year agofair point. recall that this is the first draft. i’ll post the second draft today.
fair point. recall that this is the first draft. i’ll post the second draft today.
agreed. i kind of neglected those characters initially but will add them now
sort of rock your hand as you instantiate an array
now that’s a good idea
here’s the markup:
[{a:7},"`\n~",{a:4},"(\n",")","\\\n|"],
[{a:7},",",{a:4},"[\n{","]\n}","="],
["Num Lock","/","*","-",{x:0.25,f:4,w:14,h:5,d:true},""],
[{f:3},"7\nHome","8\n↑","9\nPgUp",{h:2},"+"],
["4\n←","5","6\n→"],
["1\nEnd","2\n↓","3\nPgDn",{h:2},"Enter"],
["0\nIns",",",".\nDel"],
[{w:2},"Space", ";\n:"]
aahh, now that would be interesting. i’ve always liked that all the letters of hex happen to be on lefthand side of keyboard anyway. instead of adding new keys i think i’d rather have A-F be shift of 0-5