const classcamembert::Shortcuts
sys::Obj camembert::Shortcuts
Keyboard shortcuts configuration
- build
- buildAndRun
- buildAndRunSingle
- buildGroup
- consoleToggle
- @Setting { help=["Escape (close console / panel)"] }
 const Str consoleToggle := "Alt+C"
- docsToggle
- dummy
- find
- const Str find := "Ctrl+F"
- findInSpace
- @Setting { help=["Find in current space"] }
 const Str findInSpace := "Ctrl+Shift+F"
- goto
- insertCommentSection
- @Setting { help=["Insert a comment section(separator)"] }
 const Str insertCommentSection := "Ctrl+="
- load
- static Shortcuts load(File configDir)- Reload theme 
- make
- new make(|This? f := null)- Default constructor with it-block 
- mostRecent
- newFile
- nextMark
- @Setting { help=["Next mark (next item in console)"] }
 const Str nextMark := "F8"
- openFolder
- prevMark
- @Setting { help=["Previous mark"] }
 const Str prevMark := "Shift+F8"
- reRun
- recentModifier
- recentToggle
- @Setting { help=["Toggle recent files panel"] }
 const Str recentToggle := "Alt+R"
- reloadFile
- run
- runSingle
- saveFile
- searchDocs
- test
- testSingle
- textToggle
- @Setting { help=["Toggle text only mode"] }
 const Str textToggle := "Alt+T"
- toggleComment
- @Setting { help=["Comment out / Uncomment line(s)"] }
 const Str toggleComment := "Ctrl+Slash"