Posted 19 years ago by tobias weltner
Avatar
I noticed that you can use hex values for AutoReplaceTriggers but they don't seem to work with Keypress Triggers.
What I want to do is have a trigger fire when backspace (char code 8) is pressed. In VS 2005, backspace opens memberlists.
Am I doing something wrong, or do keypress triggers exclude certain special keys?

Comments (2)

Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Keypress triggers are meant to only be used for characters that key typed into the editor like a '.' or '(', etc. However with our very customizable key processing model, you can attach to the KeyTyped event and fire off the member list from there for the backspace key.


Actipro Software Support

Posted 19 years ago by tobias weltner
Avatar
Thanks, I did that already and it works beautifully.
However, keypress triggers have the advantage of language scoping.
The latest build of this product (v24.1.0) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.