At 1/20/06 06:18 AM, Toast wrote: a = 65
b = 66
c = 67
d = 68
e = 69
f = 70
g = 71
h = 72
i = 73
j = 74
k = 75
l = 76
m = 77
n = 78
o = 79
p = 80
q = 81
r = 82
s = 83
t = 84
u = 85
v = 86
w = 87
x = 88
y = 89
z = 90
Sweet, thanx for the list! =D
At 1/20/06 06:18 AM, Toast wrote: a = 65
b = 66
c = 67
d = 68
e = 69
f = 70
g = 71
h = 72
i = 73
j = 74
k = 75
l = 76
m = 77
n = 78
o = 79
p = 80
q = 81
r = 82
s = 83
t = 84
u = 85
v = 86
w = 87
x = 88
y = 89
z = 90
Sweet, thanx for the list! =D
At 1/20/06 12:49 PM, GuyWithHisComp wrote: 4. Here is a simple Keygetter I made: link [in my sig]
Great except for the mouse buttons (i know them, but people more noobish than me(the thought sickens me) might not)
To think what one knows is to know. to know is thinking what one thinks. Wait, what?
At 3/16/08 11:12 AM, Serpent60 wrote:At 1/20/06 12:49 PM, GuyWithHisComp wrote: 4. Here is a simple Keygetter I made: link [in my sig]Great except for the mouse buttons (i know them, but people more noobish than me(the thought sickens me) might not)
You really should avoid using Key methods for mouse buttons anyway - it raises compatibility issues, especially with Macs.
At 3/16/08 11:12 AM, Serpent60 wrote:You really should avoid using Key methods for mouse buttons anyway - it raises compatibility issues, especially with Macs.At 1/20/06 12:49 PM, GuyWithHisComp wrote:Great except for the mouse buttons (i know them, but people more noobish than me(the thought sickens me) might not)
You're right, thanks!
Will be good to change the code for 0 = 58 in first post to 0 = 48, because 58 is wrong :)
Nice topic :)