|
@@ -0,0 +1,119 @@
|
|
|
+[["A" :add]
|
|
|
+ ["Alt+Backspace" :delete-prev-word]
|
|
|
+ ["Alt+Delete" :delete-next-word]
|
|
|
+ ["Alt+Down" :end-of-line]
|
|
|
+ ["Alt+Down" :move-down]
|
|
|
+ ["Alt+Left" :prev-word]
|
|
|
+ ["Alt+Meta+E" :select-next-occurrence]
|
|
|
+ ["Alt+Meta+F" :replace-text]
|
|
|
+ ["Alt+Meta+G" :replace-next]
|
|
|
+ ["Alt+Right" :next-word]
|
|
|
+ ["Alt+Up" :beginning-of-line]
|
|
|
+ ["Alt+Up" :move-up]
|
|
|
+ ["Backspace" :delete-backward]
|
|
|
+ ["Ctrl+A" :beginning-of-line]
|
|
|
+ ["Ctrl+D" :delete-line]
|
|
|
+ ["Ctrl+E" :end-of-line]
|
|
|
+ ["Ctrl+I" :reindent]
|
|
|
+ ["Ctrl+K" :delete-to-end-of-line]
|
|
|
+ ["Ctrl+Meta+H" :toggle-component-guides]
|
|
|
+ ["Ctrl+R" :reload-stylesheet]
|
|
|
+ ["Ctrl+Space" :proposals]
|
|
|
+ ["Delete" :delete]
|
|
|
+ ["Down" :down]
|
|
|
+ ["E" :rotate-tool]
|
|
|
+ ["End" :end-of-line]
|
|
|
+ ["Enter" :enter]
|
|
|
+ ["Esc" :escape]
|
|
|
+ ["F" :frame-selection]
|
|
|
+ ["F1" :documentation]
|
|
|
+ ["F10" :step-over]
|
|
|
+ ["F11" :step-into]
|
|
|
+ ["F2" :rename]
|
|
|
+ ["F5" :start-debugger]
|
|
|
+ ["F5" :continue]
|
|
|
+ ["F6" :toggle-pane-left]
|
|
|
+ ["F7" :toggle-pane-bottom]
|
|
|
+ ["F8" :toggle-pane-right]
|
|
|
+ ["F9" :toggle-breakpoint]
|
|
|
+ ["Home" :beginning-of-line-text]
|
|
|
+ ["Left" :left]
|
|
|
+ ["Meta+'+'" :zoom-in]
|
|
|
+ ["Meta+'-'" :zoom-out]
|
|
|
+ ["Meta+A" :select-all]
|
|
|
+ ["Meta+B" :build]
|
|
|
+ ["Meta+C" :copy]
|
|
|
+ ["Meta+Comma" :preferences]
|
|
|
+ ["Meta+D" :select-next-occurrence]
|
|
|
+ ["Meta+Delete" :delete-to-end-of-line]
|
|
|
+ ["Meta+Down" :end-of-file]
|
|
|
+ ["Meta+E" :hide-selected]
|
|
|
+ ["Meta+F" :filter-form]
|
|
|
+ ["Meta+F" :find-text]
|
|
|
+ ["Meta+G" :find-next]
|
|
|
+ ["Meta+L" :goto-line]
|
|
|
+ ["Meta+Left" :beginning-of-line-text]
|
|
|
+ ["Meta+N" :new-file]
|
|
|
+ ["Meta+O" :open]
|
|
|
+ ["Meta+P" :open-asset]
|
|
|
+ ["Meta+Q" :quit]
|
|
|
+ ["Meta+R" :hot-reload]
|
|
|
+ ["Meta+Right" :end-of-line]
|
|
|
+ ["Meta+S" :save-all]
|
|
|
+ ["Meta+Slash" :toggle-comment]
|
|
|
+ ["Meta+T" :scene-stop]
|
|
|
+ ["Meta+U" :rebundle]
|
|
|
+ ["Meta+Up" :beginning-of-file]
|
|
|
+ ["Meta+V" :paste]
|
|
|
+ ["Meta+W" :close]
|
|
|
+ ["Meta+X" :cut]
|
|
|
+ ["Meta+Z" :undo]
|
|
|
+ ["Page Down" :page-down]
|
|
|
+ ["Page Up" :page-up]
|
|
|
+ ["Period" :realign-camera]
|
|
|
+ ["R" :scale-tool]
|
|
|
+ ["Right" :right]
|
|
|
+ ["Shift+A" :add-secondary]
|
|
|
+ ["Shift+Alt+Down" :select-end-of-line]
|
|
|
+ ["Shift+Alt+Left" :select-prev-word]
|
|
|
+ ["Shift+Alt+Right" :select-next-word]
|
|
|
+ ["Shift+Alt+Up" :select-beginning-of-line]
|
|
|
+ ["Shift+Backspace" :delete-backward]
|
|
|
+ ["Shift+Ctrl+A" :select-beginning-of-line]
|
|
|
+ ["Shift+Ctrl+E" :select-end-of-line]
|
|
|
+ ["Shift+Ctrl+Left" :select-prev-word]
|
|
|
+ ["Shift+Ctrl+Right" :select-next-word]
|
|
|
+ ["Shift+Down" :down-major]
|
|
|
+ ["Shift+Down" :select-down]
|
|
|
+ ["Shift+E" :erase-tool]
|
|
|
+ ["Shift+End" :select-end-of-line]
|
|
|
+ ["Shift+F11" :step-out]
|
|
|
+ ["Shift+Home" :select-beginning-of-line-text]
|
|
|
+ ["Shift+Left" :left-major]
|
|
|
+ ["Shift+Left" :select-left]
|
|
|
+ ["Shift+Meta+B" :rebuild]
|
|
|
+ ["Shift+Meta+Delete" :delete-to-end-of-line]
|
|
|
+ ["Shift+Meta+Down" :select-end-of-file]
|
|
|
+ ["Shift+Meta+E" :show-last-hidden]
|
|
|
+ ["Shift+Meta+F" :search-in-files]
|
|
|
+ ["Shift+Meta+G" :find-prev]
|
|
|
+ ["Shift+Meta+I" :toggle-visibility-filters]
|
|
|
+ ["Shift+Meta+L" :split-selection-into-lines]
|
|
|
+ ["Shift+Meta+Left" :select-beginning-of-line-text]
|
|
|
+ ["Shift+Meta+R" :open-asset]
|
|
|
+ ["Shift+Meta+Right" :select-end-of-line]
|
|
|
+ ["Shift+Meta+Up" :select-beginning-of-file]
|
|
|
+ ["Shift+Meta+W" :close-all]
|
|
|
+ ["Shift+Meta+Z" :redo]
|
|
|
+ ["Shift+Page Down" :select-page-down]
|
|
|
+ ["Shift+Page Up" :select-page-up]
|
|
|
+ ["Shift+Right" :right-major]
|
|
|
+ ["Shift+Right" :select-right]
|
|
|
+ ["Shift+Tab" :backwards-tab-trigger]
|
|
|
+ ["Shift+Up" :select-up]
|
|
|
+ ["Shift+Up" :up-major]
|
|
|
+ ["Space" :scene-play]
|
|
|
+ ["Space" :show-palette]
|
|
|
+ ["Tab" :tab]
|
|
|
+ ["Up" :up]
|
|
|
+ ["W" :move-tool]]
|