	
	------------------------------------------------------










	[1] Keyboard shortcuts:
		
		If shortcut is not working, try turning NumLock off.
		
		
		Alt-m	Open menu
		
		Alt-p	Toggle bookmark
		Alt-u	Hide bookmark
		Alt-b	Goto next bookmark
		Alt-B	previous

		Alt-g	Goto definition ( when cursor is at or in between:
									self.w<INS>alk_scope<INS> )
		
		Ctrl-l  Gotoline:	-1 and empty goes to file-end.
							-20 goes to 20 lines before file-end etc.
		
		
		Alt-n		Open new tab
		Alt-Return	Open file to current tab
		
		Ctrl-d  Close current tab and save it
		Ctrl-Q  Close current tab without saving it
		Ctrl-q  Close editor and save files and configuration.
		
		Alt-right(or w)		Open next tab
		Alt-left(or q)		previous
		
		
		Alt-e  Move cursor to lineend (or use End-key)
		Alt-a  to linestart (or use Home-key)
		Alt-i  Show cursor and path
		
		
		Ctrl-f  Search
		Ctrl-r  Replace
		Ctrl-R  Replace all
		
		
		Esc		Toggle fullscreen, clear search-tags, clear selection,
				close help, close show errors, exit goto def, exit gotoline,
				exit search, exit replace etc.
		
		Shift-Return	Comment
		Shift-BackSpace	Uncomment
		
		
		Shift-Tab  Unindent
		Tab        Indent or walk complete-word expansions
		Ctrl-Tab   Insert Tab (in Text-window or in Entry)
		
		Alt-BackSpace	Delete backwards from cursor until dot

		
		Ctrl-c  Copy
		Ctrl-v  Paste
		Ctrl-x  Cut
		Ctrl-y  Copy current line without newline, (yank line)
		Ctrl-k  Delete from insert to line end, (does not copy)
		Ctrl-z  Undo
		Ctrl-Z  Redo
		
		
		Alt-l   Toggle linenumbers
		Alt-x   Toggle syntax highlight
		
		
		Alt-f   Font setting, Note: does not work while in fullscreen
		Alt-s   Color setting, also does not work while in fullscreen
			Note, to change background color of editor:
			choose background, then: normal text
		
		Alt-t   Toggle color setting
		Alt-c	Start new console, only if editor was launhced from terminal
		
		
		
		Alt-shift-right		Select from cursor to lineend (or Shift-End)
		Alt-shift-left		to linestart (or Shift-Home)
		

		Ctrl-j/u	Scroll down/up 1/3 screens without moving cursor 
		+Shift		only one line
					(if at file-end and press Ctrl-u, adds empty lines)
		

		Shift-up/down	Select lines one at time
		+Ctrl			Select lines 10 at time
		
		Ctrl-up/down	Move cursor 10 lines up/down
				
		If have PgUp/Down -keys, use them (with Shift) to move/select faster
		If not, use
		Control-1/2 (selecting), Control-3/4 just moving

		Ctrl-left/right		Move cursor one word left/right
		+Shift				Select words
		
		Ctrl-./,(dot/comma)	Move two words left/right

		
		left/right		If cursor is not visible, goto cursor
						If have selection, clear selection
		
		
		Ctrl-89
			Walk definition lines
		 	8 goto absolutely next(up) defline
			9 down
		
		Ctrl-Shift-()
			Walk definition lines (follow tree to root)
			( goto next(up) defline
			) down

		
		Alt-Shift-E		toggle, elide scope, if cursor is on defline
		Alt-Shift-F		select scope, where cursor is in
		
		Ctrl-Shift-K	Strip first character from every line of selection
		Ctrl-t	Change indentation of selected lines to current setting
		
		
		In Entry:
		Ctrl-e		Move cursor to lineend (or use End-key)
		Ctrl-a		to linestart (or use Home-key)
		+ shift		Select from cursor to lineends (or Shift-Home/End)

