From 36aa1aafc6c5bad95ec19864b9a3c4fca61f2b90 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 28 Dec 2015 05:04:51 +0100 Subject: [PATCH] default shortcuts, comp proj, comp proj and run, comp file an run changed default were not good on kde (ctrl f9) --- src/ce_main.lfm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ce_main.lfm b/src/ce_main.lfm index 41910d02..80e41ce8 100644 --- a/src/ce_main.lfm +++ b/src/ce_main.lfm @@ -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'