Ben Rudgers
Ben Rudgers
name: ViScrollRight case: View keyx: L body: goDoCommand('cmd_scrollRight'); desc: scrolls right type:
name: ViScrollLeft case: View keyx: H body: goDoCommand('cmd_scrollLeft'); desc: scrolls left type:
name: ViScrollLineDown case: View keyx: k body: goDoCommand('cmd_scrollLineDown'); desc: scrolls a line down type:
name: ViScrollLineUp case: View keyx: k body: goDoCommand('cmd_scrollLineUp'); desc: scrolls a line up type:
name: AllTabs case: Common keyx: C-xb body: this._sfun.allTabs(); desc: tabs overview with filter type:
name: NextTab case: View keyx: C-f body: this._sfun.moveTab(1); desc: moves to the next tab type:
name: PreviousTab case: View keyx: C-b body: this._sfun.moveTab(-1); desc: moves to the previous tab type:
name: ScrollLineDown case: View keyx: C-n body: goDoCommand('cmd_scrollLineDown'); desc: scrolls a line up type:
name: ScrollLineUp case: View keyx: C-p body: goDoCommand('cmd_scrollLineUp'); desc: scrolls a line up type:
name: EditOnly case: Option keyx: false body: desc: edit area only type: boolean