|
HOWTO - application side 'Enter'-key
Ever tried to embed for example 'notepad' or an other program where you need to enter text (email etc...) then you will notice you can not go to the next line.
The problem is that then current 'enter' key is in fact the 'send keystroke to embedded program key' and he does not send an CRLF (enter) command behind it like you do on a normal keyboard.
To add this 'true enter key' just edit the keyboard file, pick a key that you do not use and replace the key value by 
 ;
 ; (without the spaces!)
It does not have a sign when you open the keyboard but when you type a line of text and then hit this 'empty' button and THEN hit the CF 'Enter' key then you will see that you proceed to a new line.
This is a must have key for people who want to embed command boxes and run commands on it.
I hope David will add such key in the future on his keyboard, it is needed for a lot of text enter applications!
Last edited by Bokky; 08-03-2005 at 01:25 PM.
|