const classcamembert::Shortcuts

sys::Obj
  camembert::Shortcuts

@Serializable

Keyboard shortcuts configuration

build

Source

@Setting
const Str build := "F4"

buildAndRun

Source

@Setting
const Str buildAndRun := "F6"

buildAndRunSingle

Source

@Setting
const Str buildAndRunSingle := "Shift+F6"

buildGroup

Source

@Setting
const Str buildGroup := "Shift+F4"

consoleToggle

Source

@Setting { help=["Escape (close console / panel)"] }
const Str consoleToggle := "Alt+C"

docsToggle

Source

@Setting { help=... }
const Str docsToggle := "Alt+D"

dummy

Source

@Setting { help=... }
const Str dummy := "help"

find

Source

const Str find := "Ctrl+F"

findInSpace

Source

@Setting { help=["Find in current space"] }
const Str findInSpace := "Ctrl+Shift+F"

goto

Source

@Setting { help=... }
const Str goto := "Ctrl+G"

insertCommentSection

Source

@Setting { help=["Insert a comment section(separator)"] }
const Str insertCommentSection := "Ctrl+="

load

Source

static Shortcuts load(File configDir)

Reload theme

make

Source

new make(|This? f := null)

Default constructor with it-block

mostRecent

Source

@Setting { help=... }
const Str mostRecent := "Ctrl+Tab"

newFile

Source

@Setting
const Str newFile := "Ctrl+N"

nextMark

Source

@Setting { help=["Next mark (next item in console)"] }
const Str nextMark := "F8"

openFolder

Source

@Setting
const Str openFolder := "Ctrl+O"

prevMark

Source

@Setting { help=["Previous mark"] }
const Str prevMark := "Shift+F8"

reRun

Source

@Setting
const Str reRun := "F9"

recentModifier

Source

@Setting { help=... }
const Str recentModifier := "Ctrl"

recentToggle

Source

@Setting { help=["Toggle recent files panel"] }
const Str recentToggle := "Alt+R"

reloadFile

Source

@Setting
const Str reloadFile := "Ctrl+R"

run

Source

@Setting
const Str run := "F5"

runSingle

Source

@Setting
const Str runSingle := "Shift+F5"

saveFile

Source

@Setting
const Str saveFile := "Ctrl+S"

searchDocs

Source

@Setting { help=... }
const Str searchDocs := "F1"

test

Source

@Setting
const Str test := "F7"

testSingle

Source

@Setting
const Str testSingle := "Shift+F7"

textToggle

Source

@Setting { help=["Toggle text only mode"] }
const Str textToggle := "Alt+T"

toggleComment

Source

@Setting { help=["Comment out / Uncomment line(s)"] }
const Str toggleComment := "Ctrl+Slash"