Page 1 of 1

[Sugestion] Hotkeys Settings

Posted: Sun Dec 02, 2012 7:00 am
by Fala7er
Today i found something that is missing in Action and i think is very easy to implement maybe it can be possible already. Enable the hotkeys like ALT, CTRL, SHIFT to be assigned individualy, I mean right now they work but it ask for a combination like ALT+xx

I use Teamspeak and also use speakers so i can't have the mic open all the time and I use the ALT key for that, but in Action! if i choose the same opcion, Record on press of a button and then try to assing this key it ask for alt + another key.

Also, will be nice to have a little button "reset to defaults" :mrgreen:

Re: [Sugestion] Hotkeys Settings

Posted: Sun Dec 02, 2012 1:37 pm
by radi
Some keys are not allowed as hotkeys during to conflict that they may cause in another applications.

Re: [Sugestion] Hotkeys Settings

Posted: Sun Dec 02, 2012 6:26 pm
by Fala7er
radi wrote:Some keys are not allowed as hotkeys during to conflict that they may cause in another applications.
'may cause' with teamspeak at least I have been using another app for this purpose for testing and it worked perfectly, is there a way to enable this? maybe a cfg file or something.

It would be nice to have the possibility to enable any key for this, if it doesn't work then the user can choose another, but if it work with any other app or just with action alone i want to be able to use ALT key.

Re: [Sugestion] Hotkeys Settings

Posted: Sun Dec 02, 2012 8:42 pm
by Blutaar666
If you are willing to run a small app while recording you youl make yourself a autohotkey script. The code would look like this(untested).

Code: Select all

PgUp::Suspend, Toggle ;on/off switch for the script
PgDn::ExitApp ;exits the script

*Alt:: ;pressing Alt will be converted to...

sendInput {Alt down}{p} ;Alt+p will be pressed -> you got to assign alt+p in mirillis (e.g for recording)

return
It is not allowed to post exe files here(which is totally understandable) so if you want to have a finished script write a pm to me.

Re: [Sugestion] Hotkeys Settings

Posted: Sun Dec 02, 2012 9:00 pm
by Fala7er
Blutaar666 wrote:If you are willing to run a small app while recording you youl make yourself a autohotkey script. The code would look like this(untested).

Code: Select all

PgUp::Suspend, Toggle ;on/off switch for the script
PgDn::ExitApp ;exits the script

*Alt:: ;pressing Alt will be converted to...

sendInput {Alt down}{p} ;Alt+p will be pressed -> you got to assign alt+p in mirillis (e.g for recording)

return
It is not allowed to post exe files here(which is totally understandable) so if you want to have a finished script write a pm to me.
This sounds like the workaround that i need, I have sent you a PM!. But anyway I hope the devs allow to assing any key to any function, I mean if it doens't work with some app, then don't use it and choose a combination.