|
shaun.murray Magician
Joined: 23 Jul 2005 Posts: 334 Location: Chicago
|
Posted: Thu Jun 26, 2008 8:46 pm
macro's what happened? |
what happened to using "ctrl + space" or "alt + space" as a macro? i'm sure its still there, just haven't figured out how to get it to work. tia! =]
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Jun 26, 2008 9:30 pm |
They still work fine for me here.
Code: |
#key ctrl-spc {test control space}
#key alt-spc {test alt space} |
Or, in the settings editor, select New/Macro and then press Return in the keyname field and press the ALT-Space or Ctrl-Space key combination.
Make sure your "Macros override menu shortcuts" preference is enabled. |
|
|
|
shaun.murray Magician
Joined: 23 Jul 2005 Posts: 334 Location: Chicago
|
Posted: Thu Jun 26, 2008 9:42 pm |
Aaaaah! Thats what it was! My syntax was wrong. I had "ctrl+space"... Thanks Zugg! =D
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Jun 26, 2008 9:53 pm |
Yeah, I'm not sure why CMUD (and zMUD actually) use SPC instead of SPACE. I just looked at the code and it was easy to add this as an alternate name, and it was easy to add the + syntax in addition to the existing - syntax. So in the next version, ctrl+space should work. That should make it a bit easier for people.
|
|
|
|
|
|