Home
Features
Demos
Store
Forum
Support
ImageEn Forum
Profile
Join
Active Topics
Forum FAQ
Search
Forum membership is Free! Click
Join
to sign-up
Username:
Password:
Save Password
Forgot your Password?
All Forums
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
CTRL+SHIFT+V "swallowed" by ImageEn?
New Topic
Reply to Topic
Author
Topic
PeterPanino
994 Posts
Posted - Sep 21 2025 : 04:07:37
ImageEn 14.2.5:
I am correctly getting Key = 86 (VK_V) in the
OnKeyUp
event for
CTRL+SHIFT+V
, but unfortunately not in
OnKeyDown
!
Is ImageEn consuming or altering the KeyDown event for
VK_V
when
CTRL+SHIFT
are pressed?
Is there an option to allow/disallow that "swallowing"?
xequte
39146 Posts
Posted - Sep 22 2025 : 01:38:50
Hi
If an ImageEn control is focused it will have first bite of the keyboard events and use any that are relevant. Ctrl+V is swallowed obviously, but I'm not sure why Ctrl+Shift+V would be (I'll need to check that when I'm back in the office).
You can prevent this using:
http://www.imageen.com/help/TIEView.OnKeyboardShortcut.html
Or disable all (handle keyboard behavior yourself) using:
http://www.imageen.com/help/TImageEnView.KeyInteract.html
Nigel
Xequte Software
www.imageen.com
Topic
New Topic
Reply to Topic
Jump To:
Select Forum
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page