Here is what i have done sofar. This is not complete by any means. It is here for fun and testing for those that aditected to emacs.
There is 2 new buttons in the View & Control to enable these keys.
Here is a list of that is incorperated so far.
C == Left Control
M == Meta = Alt
C-f move forward one character
C-b move backward one character
C-n move to next line
C-p move to previous line
C-a move to beginning of line
C-e move to end of line
C-v move forward one screen
M-v move backward one screen
C-s search forward
<DEL> delete forward one character
C-d delete forward one character
C-w Cut
C-y Paste
Unfortunatly i have not worked on Esc key acting as Control as emacs does, but it is something on my agenda.
Description
Description