diff options
| author | nyamatongwe <devnull@localhost> | 2000-04-28 12:56:21 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-04-28 12:56:21 +0000 | 
| commit | 74f694a93f70e768d02d01751fcb2dcc93343b11 (patch) | |
| tree | 490ca2d638a06d56d1cb51e374224c7eb3950b32 /src/KeyMap.cxx | |
| parent | ae0441f1cef390fdf97d04b4aeeb8e9be3d9eae7 (diff) | |
| download | scintilla-mirror-74f694a93f70e768d02d01751fcb2dcc93343b11.tar.gz | |
Added zoom set and zoom get.
Diffstat (limited to 'src/KeyMap.cxx')
| -rw-r--r-- | src/KeyMap.cxx | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/KeyMap.cxx b/src/KeyMap.cxx index 0dd4ec088..3a6a31f97 100644 --- a/src/KeyMap.cxx +++ b/src/KeyMap.cxx @@ -107,6 +107,7 @@ KeyToCommand KeyMap::MapDefault[] = {      {VK_RETURN, 	SCI_NORM,	SCI_NEWLINE},      {VK_ADD, 		SCI_CTRL,	SCI_ZOOMIN},      {VK_SUBTRACT,	SCI_CTRL,	SCI_ZOOMOUT}, +    {VK_DIVIDE,	SCI_CTRL,	SCI_SETZOOM},      //'L', 			SCI_CTRL,		SCI_FORMFEED,      {'L', 			SCI_CTRL,	SCI_LINECUT},      {'L', 			SCI_CSHIFT,	SCI_LINEDELETE}, | 
