default shortcuts, comp proj, comp proj and run, comp file an run changed

default were not good on kde (ctrl f9)
This commit is contained in:
Basile Burg 2015-12-28 05:04:51 +01:00
parent c30f6a01b3
commit 36aa1aafc6
1 changed files with 4 additions and 3 deletions

View File

@ -3831,7 +3831,7 @@ object CEMainForm: TCEMainForm
ImageIndex = 22
OnExecute = actFileCompAndRunExecute
OnUpdate = updateDocumentBasedAction
ShortCut = 16503
ShortCut = 116
end
object actProjSave: TAction
Category = 'Project'
@ -3903,7 +3903,7 @@ object CEMainForm: TCEMainForm
ImageIndex = 21
OnExecute = actProjCompileExecute
OnUpdate = updateProjectBasedAction
ShortCut = 16504
ShortCut = 120
end
object actProjCompileAndRun: TAction
Category = 'Project'
@ -3911,7 +3911,7 @@ object CEMainForm: TCEMainForm
ImageIndex = 21
OnExecute = actProjCompileAndRunExecute
OnUpdate = updateProjectBasedAction
ShortCut = 24696
ShortCut = 121
end
object actProjCompAndRunWithArgs: TAction
Category = 'Project'
@ -3970,6 +3970,7 @@ object CEMainForm: TCEMainForm
ImageIndex = 22
OnExecute = actFileCompileAndRunOutExecute
OnUpdate = updateDocumentBasedAction
ShortCut = 117
end
object actFileCompAndRunWithArgs: TAction
Category = 'File'