Solved Windows speech recognition macros help

Amelius

New member
Local time
1:01 PM
Messages
1
Location
California
I'm trying to create a send keystroke macro. It's a zoom in and zoom out macro. I wanna say zoom in and it sends the keystroke ctrl equal and say zoom out and sends the keystroke ctrl dash. But I don't know how the keystrokes should be written?
 

My Computer

Computer Manufacturer/Model Number
Lenovo G555
OS
Windows 7 Home Premium 32bit
CPU
AMD Athlon 2 Duel-Core M320 2.10 GHz
Motherboard
LENOVO Bali Base Board Version
Memory
2.75 GB
Graphics Card(s)
ATI Mobility Radeon HD 4200
Sound Card
Conexant CX20671 SmartAudio HD
Monitor(s) Displays
Generic PnP
Hard Drives
105 GB
Case
Laptop
for you type

c c
Ctrl {CTRL}
Ctrl + c {{CTRL}}c
Ctrl+Alt+c {{CTRL}}{{ALT}}c


So basically, { } means just on press on a special key
but {{ }} means keep holding that key until the end of the command
 

My Computer

OS
Windows 7 Ultimate x64
I'm trying to create a send keystroke macro. It's a zoom in and zoom out macro. I wanna say zoom in and it sends the keystroke ctrl equal and say zoom out and sends the keystroke ctrl dash. But I don't know how the keystrokes should be written?

So your command would be


Zoom in = {{CTRL}} + <-- no spaces

Zoom out = {{CTRL}} - <-- also no spaces

Also this website http://archive.msdn.microsoft.com/wsrmacros/Release/ProjectReleases.aspx?ReleaseId=1453 Has some really good macros that have been already edited, all you need to do is download them and put them with your macro files.


+Rep if I helped in anyway :)
 

My Computer

OS
Windows 7 Ultimate x64
Back
Top