Control Keys List
Here is a list of control keys used in WingEditor,
- <Home> , <ctrl> A - beginning of the line
- <ctrl> <Home> , <ctrl> U - beginning of the file
- <End> , <ctrl> E - end of the line
- <ctrl> <End> , <ctrl> L - end of the file
- <PageUp> , <ctrl> P - up a screen
- <ctrl> <PageUp> , <ctrl> T - beginning of the screen
- <PageDown> , <ctrl> N - down a screen
- <ctrl> <PageDown> , <ctrl> B - end of the screen
- <UpArrow> - up a line
- <DownArrow> - down a line
- <LeftArrow> - move left a character
- <RightArrow> - move right a character
- <shift> <UpArrow> - drag up
- <shift> <DownArrow> - drag down
- <shift> <LeftArrow> - drag left
- <shift> <RightArrow> - drag right
- <ctrl> <UpArrow> - scroll up a line
- <ctrl> <DownArrow> - scroll down a line
- <ctrl> <LeftArrow> - backward a word
- <ctrl> <RightArrow> - forward a word
- <F2> - copy
- <F3> - repeat last find or replace
- <F4> - paste
- <F5> - cut
- <ctrl> C - copy
- <ctrl> D - delete the current line
- <ctrl> F - find
- <ctrl> R - replace
- <ctrl> V - paste
- <ctrl> W - delete the current word
- <ctrl> X - cut
- <ctrl> Y - redo
- <ctrl> Z - undo
- <Del> - delete a character,