Commit 92597fe 1 parent cfdd4d8 commit 92597fe Copy full SHA for 92597fe
File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1066
1066
<DestinationDirectory Value =" $(ProjPath)/published/" />
1067
1067
</PublishOptions >
1068
1068
<RunParams >
1069
+ <local >
1070
+ <CommandLineParams Value =" --config-dir=/home/dbannon/.config/tomboy-ng-alt" />
1071
+ </local >
1069
1072
<FormatVersion Value =" 2" />
1070
1073
<Modes Count =" 1" >
1071
- <Mode0 Name =" default" />
1074
+ <Mode0 Name =" default" >
1075
+ <local >
1076
+ <CommandLineParams Value =" --config-dir=/home/dbannon/.config/tomboy-ng-alt" />
1077
+ </local >
1078
+ </Mode0 >
1072
1079
</Modes >
1073
1080
</RunParams >
1074
1081
<RequiredPackages Count =" 3" >
Original file line number Diff line number Diff line change @@ -3238,6 +3238,10 @@ procedure TEditBoxForm.KMemo1KeyDown(Sender: TObject; var Key: Word; Shift: TShi
3238
3238
key := 0 ;
3239
3239
if (EditFind.Text <> rsMenuSearch) then SpeedLeftClick(self);
3240
3240
end ;
3241
+ if (Key = VK_RETURN) then begin // Shift-Enter, intended to do so paragraph things but messes badly with bullets. #305
3242
+ Key := 0 ;
3243
+ exit();
3244
+ end ;
3241
3245
end ;
3242
3246
{ $endif}
3243
3247
You can’t perform that action at this time.
0 commit comments