mirror of https://gitlab.com/basile.b/dexed.git
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:
parent
c30f6a01b3
commit
36aa1aafc6
|
@ -3831,7 +3831,7 @@ object CEMainForm: TCEMainForm
|
||||||
ImageIndex = 22
|
ImageIndex = 22
|
||||||
OnExecute = actFileCompAndRunExecute
|
OnExecute = actFileCompAndRunExecute
|
||||||
OnUpdate = updateDocumentBasedAction
|
OnUpdate = updateDocumentBasedAction
|
||||||
ShortCut = 16503
|
ShortCut = 116
|
||||||
end
|
end
|
||||||
object actProjSave: TAction
|
object actProjSave: TAction
|
||||||
Category = 'Project'
|
Category = 'Project'
|
||||||
|
@ -3903,7 +3903,7 @@ object CEMainForm: TCEMainForm
|
||||||
ImageIndex = 21
|
ImageIndex = 21
|
||||||
OnExecute = actProjCompileExecute
|
OnExecute = actProjCompileExecute
|
||||||
OnUpdate = updateProjectBasedAction
|
OnUpdate = updateProjectBasedAction
|
||||||
ShortCut = 16504
|
ShortCut = 120
|
||||||
end
|
end
|
||||||
object actProjCompileAndRun: TAction
|
object actProjCompileAndRun: TAction
|
||||||
Category = 'Project'
|
Category = 'Project'
|
||||||
|
@ -3911,7 +3911,7 @@ object CEMainForm: TCEMainForm
|
||||||
ImageIndex = 21
|
ImageIndex = 21
|
||||||
OnExecute = actProjCompileAndRunExecute
|
OnExecute = actProjCompileAndRunExecute
|
||||||
OnUpdate = updateProjectBasedAction
|
OnUpdate = updateProjectBasedAction
|
||||||
ShortCut = 24696
|
ShortCut = 121
|
||||||
end
|
end
|
||||||
object actProjCompAndRunWithArgs: TAction
|
object actProjCompAndRunWithArgs: TAction
|
||||||
Category = 'Project'
|
Category = 'Project'
|
||||||
|
@ -3970,6 +3970,7 @@ object CEMainForm: TCEMainForm
|
||||||
ImageIndex = 22
|
ImageIndex = 22
|
||||||
OnExecute = actFileCompileAndRunOutExecute
|
OnExecute = actFileCompileAndRunOutExecute
|
||||||
OnUpdate = updateDocumentBasedAction
|
OnUpdate = updateDocumentBasedAction
|
||||||
|
ShortCut = 117
|
||||||
end
|
end
|
||||||
object actFileCompAndRunWithArgs: TAction
|
object actFileCompAndRunWithArgs: TAction
|
||||||
Category = 'File'
|
Category = 'File'
|
||||||
|
|
Loading…
Reference in New Issue