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
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

KeyMap.h File Reference

Defines a mapping between keystrokes and commands. More...

This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Defines a mapping between keystrokes and commands.

Definition in file KeyMap.h.

Macro Definition Documentation

◆ SCI_ALT

#define SCI_ALT   SCMOD_ALT

Definition at line 16 of file KeyMap.h.

◆ SCI_ASHIFT

#define SCI_ASHIFT   (SCI_ALT | SCI_SHIFT)

Definition at line 20 of file KeyMap.h.

◆ SCI_CSHIFT

#define SCI_CSHIFT   (SCI_CTRL | SCI_SHIFT)

Definition at line 19 of file KeyMap.h.

◆ SCI_CTRL

#define SCI_CTRL   SCMOD_CTRL

Definition at line 15 of file KeyMap.h.

◆ SCI_META

#define SCI_META   SCMOD_META

Definition at line 17 of file KeyMap.h.

◆ SCI_NORM

#define SCI_NORM   0

Definition at line 13 of file KeyMap.h.

◆ SCI_SHIFT

#define SCI_SHIFT   SCMOD_SHIFT

Definition at line 14 of file KeyMap.h.

◆ SCI_SUPER

#define SCI_SUPER   SCMOD_SUPER

Definition at line 18 of file KeyMap.h.