mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 14:19:28 +02:00
+ Ctrl-R as shortcut to mark selection as variable
This commit is contained in:
parent
5de50944d3
commit
2da22be553
@ -195,7 +195,7 @@ begin
|
||||
FFormatBold:=FormatMenuItem(SMenuFormatBold,ttBold,MakeAccelKeyDef(Self,FaccelGroup,GDK_B,[amcontrol]));
|
||||
FFormatItalic:=FormatMenuItem(SMenuFormatItalics,ttItalic,MakeAccelKeyDef(Self,FaccelGroup,GDK_I,[amcontrol]));
|
||||
FFormatUnderline:=FormatMenuItem(SMenuFormatUnderline,ttUnderline,MakeAccelKeyDef(Self,FaccelGroup,GDK_U,[amcontrol]));
|
||||
FFormatVariable:=FormatMenuItem(SMenuFormatVariable,ttVariable);
|
||||
FFormatVariable:=FormatMenuItem(SMenuFormatVariable,ttVariable,MakeAccelKeyDef(Self,FaccelGroup,GDK_R,[amcontrol]));
|
||||
FFormatFile:=FormatMenuItem(SMenuFormatFile,ttFile);
|
||||
FFormatParagraph:=FormatMenuItem(SMenuFormatParagraph,ttParagraph);
|
||||
FFormatRemark:=FormatMenuItem(SMenuFormatRemark,ttRemark);
|
||||
|
Loading…
Reference in New Issue
Block a user