Win32: Mapped APPS key to Shift+F10
This commit is contained in:
parent
7c44e0d886
commit
05ea478bf7
@ -10,6 +10,8 @@ ______________________________________________________________________
|
|||||||
Notes for GoldED+ 1.1.5, /snapshot/
|
Notes for GoldED+ 1.1.5, /snapshot/
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
|
+ Win32: Mapped APPS key to Shift+F10
|
||||||
|
|
||||||
! DispHdrLocation settings changed to <No/Yes/Always> <Right/Center>.
|
! DispHdrLocation settings changed to <No/Yes/Always> <Right/Center>.
|
||||||
When MsgListHeader is on, location will be shown in lists only if
|
When MsgListHeader is on, location will be shown in lists only if
|
||||||
DispHdrLocation is 'Always'.
|
DispHdrLocation is 'Always'.
|
||||||
|
@ -800,6 +800,7 @@ struct kbd {
|
|||||||
{ VK_RETURN, Key_Ent, Key_Ent, Key_C_Ent, Key_A_Ent },
|
{ VK_RETURN, Key_Ent, Key_Ent, Key_C_Ent, Key_A_Ent },
|
||||||
{ VK_ESCAPE, Key_Esc, Key_Esc, Key_Esc, Key_A_Esc },
|
{ VK_ESCAPE, Key_Esc, Key_Esc, Key_Esc, Key_A_Esc },
|
||||||
{ VK_SPACE, -1, -1, Key_Space, Key_Space },
|
{ 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 },
|
{ '0', Key_0, Key_S_0, -1, Key_A_0 },
|
||||||
{ '1', Key_1, Key_S_1, -1, Key_A_1 },
|
{ '1', Key_1, Key_S_1, -1, Key_A_1 },
|
||||||
|
Reference in New Issue
Block a user