geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
Defines a mapping between keystrokes and commands. More...
Go to the source code of this file.
Classes | |
class | Scintilla::KeyModifiers |
class | Scintilla::KeyToCommand |
class | Scintilla::KeyMap |
Namespaces | |
namespace | Scintilla |
Styling buffer using one element for each run rather than using a filled buffer. | |
Macros | |
#define | SCI_NORM 0 |
#define | SCI_SHIFT SCMOD_SHIFT |
#define | SCI_CTRL SCMOD_CTRL |
#define | SCI_ALT SCMOD_ALT |
#define | SCI_META SCMOD_META |
#define | SCI_SUPER SCMOD_SUPER |
#define | SCI_CSHIFT (SCI_CTRL | SCI_SHIFT) |
#define | SCI_ASHIFT (SCI_ALT | SCI_SHIFT) |
Defines a mapping between keystrokes and commands.
Definition in file KeyMap.h.
#define SCI_CTRL SCMOD_CTRL |
#define SCI_META SCMOD_META |
#define SCI_SHIFT SCMOD_SHIFT |
#define SCI_SUPER SCMOD_SUPER |