From ff69e140ac7634ab8ec4365f97f0adae27692b53 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 22 Mar 2000 12:16:54 +0000 Subject: Split UndoHistory out of CellBuffer. Fixed coalescing of nodes in the undo history. Added LineCut, LineDelete, LineTranspose, UpperCase and LowerCase keyboard commands and added keys for them. Added UUID lexical class to CPP lexer. --- src/KeyMap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/KeyMap.h') diff --git a/src/KeyMap.h b/src/KeyMap.h index 814f3aa3b..bc435e197 100644 --- a/src/KeyMap.h +++ b/src/KeyMap.h @@ -11,6 +11,7 @@ #define SCI_CTRL LEFT_CTRL_PRESSED #define SCI_ALT LEFT_ALT_PRESSED #define SCI_CSHIFT (SCI_CTRL | SCI_SHIFT) +#define SCI_ASHIFT (SCI_ALT | SCI_SHIFT) class KeyToCommand { public: -- cgit v1.2.3