![]() |
|
Batch Keyboard layout [faster coding] - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools) +--- Thread: Batch Keyboard layout [faster coding] (/Thread-Batch-Keyboard-layout-faster-coding) |
Batch Keyboard layout [faster coding] - Inori - 02-22-2014 So earlier today I was messing around with the new development of my batch program and I started thinking: "I need to make this faster and easier." so, I downloaded some stuff from microsoft and got to work. This layout makes batch coding way easier and faster. You can access a regular keyboard (no numbers, that's default) by holding shift. directory and downloads below dir: Code: 1-0 = same
q = time
w = date
e = echo
r = ren
t = tree
y = blank
u = user
i = if
o = %
p = ping
[ = same
] = same
\ = same
a = @
s = set
d = del
f = ftp
g = goto
h = help
j = blank
k = blank
l = lock
: = same
' = blank (not allowed in editor for some reason)
z = blank
x = exit
c = cls
v = blank
b = blank
n = net
m = md
, = >
. = same
/ = same
shift + anything (except numbers) = reg keyboard counterpartBatch Keyboard layout [faster coding] - Inori - 02-22-2014 So earlier today I was messing around with the new development of my batch program and I started thinking: "I need to make this faster and easier." so, I downloaded some stuff from microsoft and got to work. This layout makes batch coding way easier and faster. You can access a regular keyboard (no numbers, that's default) by holding shift. directory and downloads below dir: Code: 1-0 = same
q = time
w = date
e = echo
r = ren
t = tree
y = blank
u = user
i = if
o = %
p = ping
[ = same
] = same
\ = same
a = @
s = set
d = del
f = ftp
g = goto
h = help
j = blank
k = blank
l = lock
: = same
' = blank (not allowed in editor for some reason)
z = blank
x = exit
c = cls
v = blank
b = blank
n = net
m = md
, = >
. = same
/ = same
shift + anything (except numbers) = reg keyboard counterpart |