IRTrans Function codes in apps.cfg

Software related support

Moderator: marcus

IRTrans Function codes in apps.cfg

Postby eeit232 » Thu 24. Apr 2008, 12:53

I have noticed in my app.cfg file a number of [FNC] codes relating presumably to specific functions of specific applications. Is there a list of which applications support which functions, and what they do? Also is there a specification for [KEY] entries, I am specifically interested in how to program use of the Function keys F1 to F12, and their combination with ALT, CTRL and SHIFT keys for programming in my hotkey combinations.

Many thanks,

Barry
eeit232
 
Posts: 3
Joined: Thu 24. Apr 2008, 12:41

Re: IRTrans Function codes in apps.cfg

Postby IRTrans » Thu 24. Apr 2008, 13:29

Hi Barry,
the function codes in the list are specific Microsoft Multimedia control events. The ones currently in the apps.cfg file
are all that are supported here. I have no idea which application recognizes which event as no one publishes that.

The syntax to support Special (Function) keys and modifier keys (ALT, CTRL, SHIFT) can be found in the file, too.
Basically it is \keyname like \SHIFT or \ENTER. These keys can also be combined. E.g. \SHIFT\CRTL1 will give
Shift-Ctrl 1.

Here is a list of the supported special keys:

SPACE
ENTER
UP
DOWN
RIGHT
LEFT
BACKSPACE
END
HOME
PGUP
PGDOWN
ESC
TAB
MENU
F1 - F12

Marcus
IRTrans
Administrator
 
Posts: 2115
Joined: Mon 21. Apr 2008, 23:32

Re: IRTrans Function codes in apps.cfg

Postby eeit232 » Thu 24. Apr 2008, 13:33

Thats great. Thanks very much
eeit232
 
Posts: 3
Joined: Thu 24. Apr 2008, 12:41

Re: IRTrans Function codes in apps.cfg

Postby guenter306 » Thu 15. May 2008, 09:15

Hi,

is there a possibility to add virtual key codes to the apps.cfg file or just the ones named above?

I would like to use something like

VK_VOLUME_DOWN (0xAE)
Windows 2000/XP: Volume Down key

instead of the MCE function key for volume changing for example.

thanks
Günter
guenter306
 
Posts: 4
Joined: Thu 1. May 2008, 12:08

Re: IRTrans Function codes in apps.cfg

Postby IRTrans » Thu 15. May 2008, 11:53

Hi,
only the keys listed above are supported.

IRTrans
IRTrans
Administrator
 
Posts: 2115
Joined: Mon 21. Apr 2008, 23:32

Re: IRTrans Function codes in apps.cfg

Postby Jens » Mon 25. Aug 2008, 22:06

What is the difference between [KEY] and [CHR]?

I need to "press" the PAUSE-Key for an application (Time Shift in TerraTec Home Cinema). Is that key supported?
If yes, what is the syntax?
If no, can you add it in the next release?

Thanks
Jens
Jens
 
Posts: 6
Joined: Thu 19. Jun 2008, 10:41

Re: IRTrans Function codes in apps.cfg

Postby IRTrans » Mon 25. Aug 2008, 22:32

Hi,
both options are using different ways to send the button/key to the OS:
- CHR uses a direct "WM_KEYDOWN" message
- KEY uses the "SendInput" function to simulate the Keystroke

There is no general rule what to use when - in general SendInput seems to be the best standard option.

The "PAUSE" Key is currently not supported. We will see if we can support it.

IRTrans
IRTrans
Administrator
 
Posts: 2115
Joined: Mon 21. Apr 2008, 23:32

Re: IRTrans Function codes in apps.cfg

Postby Jens » Thu 28. Aug 2008, 19:50

The "PAUSE" Key is currently not supported. We will see if we can support it.


Yes, please! That would be great!

Jens
Jens
 
Posts: 6
Joined: Thu 19. Jun 2008, 10:41

Re: IRTrans Function codes in apps.cfg

Postby IRTrans » Thu 11. Sep 2008, 22:47

Hi,
the latest IRTrans SW Version (available for download from our website) allows to send the Pause key from the apps.cfg using \PAUSE.

IRTrans
IRTrans
Administrator
 
Posts: 2115
Joined: Mon 21. Apr 2008, 23:32

Re: IRTrans Function codes in apps.cfg

Postby Jens » Sat 20. Sep 2008, 20:14

Great, thank you very much!

Is that software suitable for my VF110-Display?

Jens
Jens
 
Posts: 6
Joined: Thu 19. Jun 2008, 10:41

Next

Return to Software

Who is online

Users browsing this forum: No registered users and 55 guests