mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 05:59:28 +02:00
IDE: Add keymap defaults for ecGoto/ToggleBookmark on Mac. Patch by Giuliano
This commit is contained in:
parent
43db2a961a
commit
06270bef5c
@ -2470,8 +2470,15 @@ begin
|
||||
EcToggleMarkupWord: SetSingle(VK_M,[ssMeta]);
|
||||
*)
|
||||
|
||||
ecGotoBookmarks: SetSingle(VK_UNKNOWN,[]);
|
||||
ecToggleBookmarks: SetSingle(VK_UNKNOWN,[]);
|
||||
{****************
|
||||
IF no valid shortcut is defined here, they don't show neither in
|
||||
Key Mapping page nor in toolbar config page and they can't be
|
||||
user defined
|
||||
*****************}
|
||||
//ecGotoBookmarks: SetSingle(VK_UNKNOWN,[]);
|
||||
//ecToggleBookmarks: SetSingle(VK_UNKNOWN,[]);}
|
||||
ecGotoBookmarks: SetSingle(VK_B,[ssCtrl]);
|
||||
ecToggleBookmarks: SetSingle(VK_B,[ssCtrl,ssShift]);
|
||||
|
||||
// file menu
|
||||
ecNew: SetSingle(VK_N,[ssMeta]);
|
||||
|
Loading…
Reference in New Issue
Block a user