当前位置: 首页 > 文档资料 > LiteIDE 中文文档 >

快捷键列表

优质
小牛编辑
133浏览
2023-12-01

These are the default shortcuts for LiteIDE. Note that you can customize these in "View > Options > LiteApp > Keyboard".

Standard
NewCtrl+N
OpenCtrl+O
SaveCtrl+S
CloseCtrl+W
Full ScreenCtrl+Shift+F11
Next TabCtrl+Tab
Prev TabCtrl+Shift+Tab
Hide Bottom WindowsESC
Execute FileCtrl+`
Editor
CutCtrl+X
CopyCtrl+C
PasteCtrl+V
UndoCtrl+Z
RedoCtrl+Shift+Z,Ctrl+Y
PasteCtrl+V
DuplicateCtrl+D
Delete LineCtrl+Shift+K
Select AllCtrl+A
Select BlockCtrl+U
Goto Match BraceCtrl+E
Goto Previous BlockCtrl+[
Goto Next BlockCtrl+]
Goto LineCtrl+G
Fold BlockCtrl+<
Unfold BlockCtrl+>
Increase Font SizeCtrl++
Decrease Font SizeCtrl+-
Reset Font SizeCtrl+0
Go BackwardAlt+←
Go ForwardAlt+→
InsertLineAfterCtrl+Enter
InsertLineBeforeCtrl+Shift+Enter
Code CompleterCtrl+Space
Code Completer List NextCtrl+N
Code Completer List PrevCtrl+P
Golang Editor
Code expression infoCtrl+Shift+I; F1 ; Ctrl+?(MacOS X)
Jump to declarationCtrl+Shift+J; F2
Find UsagesCtrl+Shift+U
Rename Symbol Under CursorCtrl+Shift+R
GofmtShift+F7
Comment/UncommentCtrl+/
Find
FindCtrl+F
Find NextF3
Find PreviousShift+F3
ReplaceCtrl+H
Find in FileCtrl+Shift+F
Build
BuildCtrl+B, F7
InstallCtrl+F8
TestCtrl+T
RunCtrl+F5
Build and RunCtrl+R
Run in TermCtrl+Shift+F5
File RunAlt+F6
Debug
DebugF5
ContinueF5
Insert/Remove BreakPointF9
Stop DebugShift+F5
Step InfoF11
Step OverF10
Step OutShift+F11
Run to LineShift+F10
Markdown Editor
BoldCtrl+B
ItalicCtrl+I
H1-H6Ctrl+1,...,Ctrl+6
Inline CodeCtrl+K
LinkCtrl+Shift+L
ImageCtrl+Shift+I
Unordered ListCtrl+Shift+U
Ordered ListCtrl+Shift+O
BlockquoteCtrl+Shift+Q
Horizontal RuleCtrl+Shift+H