From 7b4ba0008bb468be6d0a1593e8ea738adc031784 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 25 Jun 2015 11:02:04 +0100 Subject: [PATCH] Focus on Go to Line field is now CTRL+L --- lib/help.php | 2 +- lib/ice-coder.js | 4 ++-- lib/ice-coder.min.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/help.php b/lib/help.php index c915729..24e78b1 100644 --- a/lib/help.php +++ b/lib/help.php @@ -66,7 +66,7 @@ $t = $text['help']; + -
+ o
+ f
- + g
+ + l
+ s
+ Shift + s
+ Enter [?]
diff --git a/lib/ice-coder.js b/lib/ice-coder.js index b98e652..9643b64 100644 --- a/lib/ice-coder.js +++ b/lib/ice-coder.js @@ -3315,8 +3315,8 @@ var ICEcoder = { find.focus(); return false; - // CTRL/Cmd+G (Go to line) - } else if(key==71 && (evt.ctrlKey||top.ICEcoder.cmdKey)) { + // CTRL/Cmd+L (Go to line) + } else if(key==76 && (evt.ctrlKey||top.ICEcoder.cmdKey)) { var goToLineInput = top.get('goToLineNo'); goToLineInput.select(); // this is trick for Chrome - after you have used Ctrl-F once, when diff --git a/lib/ice-coder.min.js b/lib/ice-coder.min.js index 75faa29..688e6db 100644 --- a/lib/ice-coder.min.js +++ b/lib/ice-coder.min.js @@ -149,7 +149,7 @@ alphaTabs:function(){if(0