This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/binw/vikeys.dbg

11 lines
456 B
Plaintext

set macro all : {accelerate main {&File} {&Command}}
set macro all / {accelerate main {&Search} {&Find}}
set macro all n {accelerate main {&Search} {&Next}}
set macro all N {accelerate main {&Search} {&Previous}}
set macro all u {accelerate main {&Undo} {&Undo}}
set macro all U {accelerate main {&Undo} {&Redo}}
set macro all j {Window CursorDown}
set macro all k {Window CursorUp}
set macro all h {Window CursorLeft}
set macro all l {Window CursorRight}