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









	[1] Keyboard shortcuts:
		
		If shortcut is not working, try turning NumLock off.
		
		
		Alt-m	Open menu
		Note: normal menubar in top of screen(where are apple-menu etc)
		normal menubar should not be used when using editor.
		
		Cmd-p	Toggle bookmark
		Cmd-u	Hide bookmark
		Cmd-b	Goto next bookmark
		Cmd-B	previous

		Cmd-g	Goto definition ( when cursor is at or in between:
									self.w<INS>alk_scope<INS> )
		
		Cmd-l  Gotoline:	-1 and empty goes to file-end.
							-20 goes to 20 lines before file-end etc.
		
		
		Cmd-n		Open new tab
		Cmd-Return	Open file to current tab
		
		Ctrl-d  Close current tab and save it
		Ctrl-Q  Close current tab without saving it
		Cmd-q   Close editor and save files and configuration.
		
		Cmd-right  Open next tab
		Cmd-left   previous
		
		
		Cmd-e  Move cursor to lineend (or use End-key)
		Cmd-a  to linestart (or use Home-key)
		Cmd-i  Show cursor and path
		
		
		Cmd-f  Search
		Cmd-r  Replace
		Cmd-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)
		
		Cmd-BackSpace	Delete backwards from cursor until dot

		
		Cmd-c  Copy
		Cmd-v  Paste
		Cmd-x  Cut
		Cmd-y  Copy current line without newline, (yank line)
		Ctrl-k  Delete from insert to line end, (does not copy)
		Cmd-z  Undo
		Cmd-Z  Redo
		Fn-BackSpace	Delete right char, handy for quickly concate lines:
						put cursor at lineend(Cmd-e), then Fn-BackSpace
		
		Ctrl-l   Toggle linenumbers
		Ctrl-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
		
		
		
		Cmd-shift-right  Select from cursor to lineend (or Shift-End)
		Cmd-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
		+Cmd			Select lines 10 at time
		
		Cmd-up/down		Move cursor 10 lines up/down
		

		If have PgUp/Down -keys, use them (with Shift) to move/select faster
		In macOS this is same as Fn-(Shift)-Up/Down
		
		If not, use
		Control-1/2 (selecting), Control-3/4 just moving


		Alt-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
		
		
		Cmd-89
			Walk definition lines
		 	8 goto absolutely next(up) defline
			9 down

		Cmd-Shift-()
			Walk definition lines (follow tree to root)
			( goto next(up) defline
			) down


		Cmd-Shift-E		toggle, elide scope, if cursor is on defline
		Cmd-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:
		Moving and selecting works the same than in Text-window
		
		Additional(Cmd-ae etc works) shortcuts:
		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)

