synthmusic
2011-05-22 23:56:31
Hi all,
I've done a lot of searching so far, ultimate goal is to get to a particular app, do some stuff, and then come back to original app. Work-arounds found so far:
- send alt-tab.
BUT, I'm trying to capture an alt-tab in the outgoing keystroke emulation, and guess what, my computer goes to another app before MT catches it. In win7, btw.
- add a shortcut key to the properties of the shortcut for the app
same as above, trying to enter the keystroke in MT causes the app to launch with no capture. Sure I can go delete the key shortcut, add to MT then re-add the shortcut, but that's irritating.
In fact, when i come back to MT it still has the key down of the modifier and all other key presses go inside the parentheses. OK I can capture the tab, and it says "Alt(Tab )", but I don't think that's what is actually captured because it doesn't behave like alt-tab every time it's triggered. Further if I want to do other stuff, it's all inside the alt now and it will not exit. "Alt(Tab Page Down )" but i want "Alt(Tab ) Page Down "
How about copying and pasting into notepad and manually typing out what i want? Well i can't paste back in the box. Of course, ctrl-v get's captured as Ctrl(V ), but a right click to the context menu and paste is greyed out.
I *could* have a keydown alt event followed by an tab followed by a key up alt followed by what i really want to do, but again, this misses my point with a number of silly events
I am now on to reverse engineering the .bmtp file for keystrokes, and decided to post.
Any ideas?
Or pointers to how to read the keystrokes out of that?
BTW I love that i can assign a button on my BCR to help me work on this, "Shift(Down Down Down )Delete Down " lines up the outgoing code nicely in the file...
I'm pretty close to understanding the file and answering my own question I think, i'll post a reply in a minute
I've done a lot of searching so far, ultimate goal is to get to a particular app, do some stuff, and then come back to original app. Work-arounds found so far:
- send alt-tab.
BUT, I'm trying to capture an alt-tab in the outgoing keystroke emulation, and guess what, my computer goes to another app before MT catches it. In win7, btw.
- add a shortcut key to the properties of the shortcut for the app
same as above, trying to enter the keystroke in MT causes the app to launch with no capture. Sure I can go delete the key shortcut, add to MT then re-add the shortcut, but that's irritating.
In fact, when i come back to MT it still has the key down of the modifier and all other key presses go inside the parentheses. OK I can capture the tab, and it says "Alt(Tab )", but I don't think that's what is actually captured because it doesn't behave like alt-tab every time it's triggered. Further if I want to do other stuff, it's all inside the alt now and it will not exit. "Alt(Tab Page Down )" but i want "Alt(Tab ) Page Down "
How about copying and pasting into notepad and manually typing out what i want? Well i can't paste back in the box. Of course, ctrl-v get's captured as Ctrl(V ), but a right click to the context menu and paste is greyed out.
I *could* have a keydown alt event followed by an tab followed by a key up alt followed by what i really want to do, but again, this misses my point with a number of silly events
I am now on to reverse engineering the .bmtp file for keystrokes, and decided to post.
Any ideas?
Or pointers to how to read the keystrokes out of that?
BTW I love that i can assign a button on my BCR to help me work on this, "Shift(Down Down Down )Delete Down " lines up the outgoing code nicely in the file...
I'm pretty close to understanding the file and answering my own question I think, i'll post a reply in a minute