ID:176472
 
Is it possible to macro Shift? If so How? I looked through the macroable keys and couldn't find shift.

[Edit]

Also What does the Select key do?
not to be rude but..BUMP..
Also is it possible to macro punctuation marks?. Already have the "." and "-" but what about question marks and such.
In response to Weedman
I know Shift is possible, why don't you just insert the keys and test them out?
In response to Weedman
try it out maybe you can...o.0
In response to Koolguy900095
-_- thats gonna be a pain in the [EDIT]bum[EDIT].
In response to Weedman
<code>macro questionmark set name="?" return "ipressedthequestionmarkkey"</code>
In response to ADDiCt
ADDiCt wrote:
I know Shift is possible, why don't you just insert the keys and test them out?

Shift can be used to modify some macro keys but it can't (presently) be macroed itself. The next version of BYOND is slated to have more advanced macro controls.

Lummox JR
In response to Crispy
That wouldn't work because when you press the question mark
you also press the slash (/) which will clear the command_text. I am asking for a crafty way to incorporate the question mark into it. :-P
In response to Weedman
Ah. :-)

What if you hold Shift down at the same time? (resulting in <font color=white>?</font> rather than <font color=white>/</font>)
In response to Crispy
I'm not sure o.O