Multiple Keyboards and multiple apps

Announcements, questions
Post Reply
divarak
Posts: 12
Joined: 10 Oct 2015, 19:26

Multiple Keyboards and multiple apps

Post by divarak » 24 Dec 2015, 23:25

Hello everybody... Still bothering people!

This is my actual script:

http://pastebin.com/JHia8g1b

Now I am experiencing that the first keyboard defined, works flawlessly... But cannot make it work the second one! Can´t figure what I´m doing wrong!

Please help!


Another thing: I work with photoshop, but checking on task manager the active window Title, does not show the app name, it shows: "filename.extension @ (zoom percent) ((Layer name, (color mode - usually RGB or CYMK) / (bit depth -usually 8/16/32))
Any suggestion on building the window filter considering multiple possibilities (like check if on the window title says RGB OR CYMK)

Thanks in advance, and Merry Christmas and Happy new Year to everyone! :)

divarak
Posts: 12
Joined: 10 Oct 2015, 19:26

Re: Multiple Keyboards and multiple apps

Post by divarak » 24 Jan 2016, 10:00

Bump.....
Anyone? :?:

thjakob
Posts: 4
Joined: 03 Mar 2017, 21:05

Re: Multiple Keyboards and multiple apps

Post by thjakob » 03 Mar 2017, 21:08

Hello divarak,

not shure, but it looks like you nested the end)-tags in the wrong way...

Thomas

MrAndreas
Posts: 6
Joined: 12 Apr 2017, 02:37

Re: Multiple Keyboards and multiple apps

Post by MrAndreas » 12 Apr 2017, 02:45

Most macro software, such as the software that comes with my SteelSeries keyboard, uses the executable's path not the caption of a window as an identifier, after all, the window caption, etc., can change while the executable path remains mainly unchanged. I would therefore suggest utilizing the current executable's name and/or path method in targeting a specific application such as Photoshop.

Post Reply