diff options
| author | nyamatongwe <devnull@localhost> | 2006-08-22 00:06:29 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2006-08-22 00:06:29 +0000 |
| commit | 0c51d2ee4f62116fdfd940289e61110c8281b352 (patch) | |
| tree | 54a6a696533a2b428c6858f893921c0de6e34ca8 /include/Scintilla.iface | |
| parent | 7ac09f3253d144807e27b84992ce8a8bf5acb8fb (diff) | |
| download | scintilla-mirror-0c51d2ee4f62116fdfd940289e61110c8281b352.tar.gz | |
Basic recognition of the Windows and Context Menu keys as SCK_WIN and
SCK_MENU so that these keys don't commands associated with their values
('[' and ']'). SCK_WIN can be mapped on both platforms but if SCK_MENU is
mapped on Windows it executes both the mapped command and shows the
context menu.
Called "Win" and "Menu" in SciTE but only "Win" documented.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index c3e5b56fe..7010cc342 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1760,6 +1760,8 @@ val SCK_RETURN=13 val SCK_ADD=310 val SCK_SUBTRACT=311 val SCK_DIVIDE=312 +val SCK_WIN=313 +val SCK_MENU=314 enu KeyMod=SCMOD_ val SCMOD_NORM=0 |
