From 05ea478bf7fec1d69a7fddd30dfdf861dd3a68cc Mon Sep 17 00:00:00 2001 From: Ianos Gnatiuc Date: Thu, 10 Nov 2005 11:20:32 +0000 Subject: [PATCH] Win32: Mapped APPS key to Shift+F10 --- docs/notework.txt | 2 ++ goldlib/gall/gkbdbase.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/notework.txt b/docs/notework.txt index e72c90c..215c0a5 100644 --- a/docs/notework.txt +++ b/docs/notework.txt @@ -10,6 +10,8 @@ ______________________________________________________________________ Notes for GoldED+ 1.1.5, /snapshot/ ______________________________________________________________________ ++ Win32: Mapped APPS key to Shift+F10 + ! DispHdrLocation settings changed to . When MsgListHeader is on, location will be shown in lists only if DispHdrLocation is 'Always'. diff --git a/goldlib/gall/gkbdbase.cpp b/goldlib/gall/gkbdbase.cpp index 990bb53..0d070c1 100644 --- a/goldlib/gall/gkbdbase.cpp +++ b/goldlib/gall/gkbdbase.cpp @@ -800,6 +800,7 @@ struct kbd { { VK_RETURN, Key_Ent, Key_Ent, Key_C_Ent, Key_A_Ent }, { VK_ESCAPE, Key_Esc, Key_Esc, Key_Esc, Key_A_Esc }, { VK_SPACE, -1, -1, Key_Space, Key_Space }, + { VK_APPS, Key_S_F10, -1, -1, -1 }, { '0', Key_0, Key_S_0, -1, Key_A_0 }, { '1', Key_1, Key_S_1, -1, Key_A_1 },