I'm searching for a way to leave the standard Ctrl-C, Ctrl-X and Ctrl-V keys
for triggering the clipboard features in my Harbour app using GTWVT as GT
driver.
The problem is that Ctrl-V has the same keycode of Ins key, interfering with
the insert/overstrike mode toggle, and Ctlr-X has the same keycode of the
down arrow key, interfering with the cursor down function.

I used a workaround, enabling the HB_INKEY_EXTENDED mode in _SET_EVENT
setting and changing the keycodes in getsys to hbinkey.ch. This way i could
distinguish between Ins and Ctrl-V as scancodes are different and same could
happen for Ctrl-X and CursorDown.

Result: the Inkey() don't reacts to key presses and only Alt-C causes the
exit from the application.
Now i'm thinking that the HB_INKET_EXTENDED isn't supported by GTWVT driver.
It's true or the problem is in other part of my implementation?
TIA.
Best regards. 
 
Maurizio la Cecilia               
                           

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to