I have many jobs on my Jenkins-CI. I don't want shortcut 'b' to build a job.
      Can you give a way to user to edit/modify the keyboard shortcuts.

          [JENKINS-20696] Configure/edit keyboard shortcuts

          Damien Finck added a comment - - edited

          First step : I will change "b" by "g-b".
          Second step : I will try to allow edit/modify the keyboard shortcuts.

          Damien Finck added a comment - - edited First step : I will change "b" by "g-b". Second step : I will try to allow edit/modify the keyboard shortcuts.

          Code changed in jenkins
          User: Damien Finck
          Path:
          src/main/resources/org/jenkins/ci/plugins/keyboard_shortcuts/KeyboardShortcutsPageDecorator/footer.jelly
          src/main/webapp/js/keyboard-shortcuts.js
          http://jenkins-ci.org/commit/keyboard-shortcuts-plugin/1fb08fea1ed00784faa9df31cdc5648e9bd48a96
          Log:
          JENKINS-20696 Change "b" to "g-b"

          Change shortcut from "g-b" to "b"

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Damien Finck Path: src/main/resources/org/jenkins/ci/plugins/keyboard_shortcuts/KeyboardShortcutsPageDecorator/footer.jelly src/main/webapp/js/keyboard-shortcuts.js http://jenkins-ci.org/commit/keyboard-shortcuts-plugin/1fb08fea1ed00784faa9df31cdc5648e9bd48a96 Log: JENKINS-20696 Change "b" to "g-b" Change shortcut from "g-b" to "b"

          Code changed in jenkins
          User: Damien Finck
          Path:
          src/main/resources/org/jenkins/ci/plugins/keyboard_shortcuts/KeyboardShortcutsPageDecorator/footer.jelly
          src/main/webapp/js/keyboard-shortcuts.js
          http://jenkins-ci.org/commit/keyboard-shortcuts-plugin/b5ae7fa217b6a17ff8520c662b382ba501d2cb82
          Log:
          Merge pull request #3 from damienfinck/master

          JENKINS-20696 Change "b" to "g-b"

          Compare: https://github.com/jenkinsci/keyboard-shortcuts-plugin/compare/d06f6186cbee...b5ae7fa217b6

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Damien Finck Path: src/main/resources/org/jenkins/ci/plugins/keyboard_shortcuts/KeyboardShortcutsPageDecorator/footer.jelly src/main/webapp/js/keyboard-shortcuts.js http://jenkins-ci.org/commit/keyboard-shortcuts-plugin/b5ae7fa217b6a17ff8520c662b382ba501d2cb82 Log: Merge pull request #3 from damienfinck/master JENKINS-20696 Change "b" to "g-b" Compare: https://github.com/jenkinsci/keyboard-shortcuts-plugin/compare/d06f6186cbee...b5ae7fa217b6

          jieryn added a comment -

          Changing default behavior like this is not quite nice. A better way would be to actually allow configuration of the shortcuts (and this is the actual request of this JIRA). This just makes it be something you are more comfortable with, but at the sacrifice of changing default behavior. Boo.

          jieryn added a comment - Changing default behavior like this is not quite nice. A better way would be to actually allow configuration of the shortcuts (and this is the actual request of this JIRA). This just makes it be something you are more comfortable with, but at the sacrifice of changing default behavior. Boo.

          Damien Finck added a comment -

          Hi,

          Yes, I know that my change is no the good solution, but it's a temporary solution pending the improvement.
          Personally, I think the shortcut should be "g-b" by default rather than "b", beacause other shortcut are like "g-x" and because "b" may be unintentionally type.

          Add the way to edit/modify the keyboard shortcuts is more complex and take times.

          So, do you think that I must rollback my changes ?

          Damien Finck added a comment - Hi, Yes, I know that my change is no the good solution, but it's a temporary solution pending the improvement. Personally, I think the shortcut should be "g-b" by default rather than "b", beacause other shortcut are like "g-x" and because "b" may be unintentionally type. Add the way to edit/modify the keyboard shortcuts is more complex and take times. So, do you think that I must rollback my changes ?

          jieryn added a comment -

          As the original author of this plugin, I can tell you the motiviation behind that scheme. The single key characters are for frequent DO_THIS type things, like Open a job that is highlighted, or move up and down in a job list (e.g. View). The g-X combinations are for dramatic movement across major boundaries. Like GO-HOME, GO-CONFIGURE, GO-VIEW

          {prompt}

          . The G means GO, to GO to another page kind of thing.

          I am really happy that someone is using and contributing to the plugin. I just see this change as breaking some key behavior, and frankly speaking, the people that use keyboard shortcuts are obsessive types that do not like behavior being changed...

          jieryn added a comment - As the original author of this plugin, I can tell you the motiviation behind that scheme. The single key characters are for frequent DO_THIS type things, like Open a job that is highlighted, or move up and down in a job list (e.g. View). The g-X combinations are for dramatic movement across major boundaries. Like GO-HOME, GO-CONFIGURE, GO-VIEW {prompt} . The G means GO, to GO to another page kind of thing. I am really happy that someone is using and contributing to the plugin. I just see this change as breaking some key behavior, and frankly speaking, the people that use keyboard shortcuts are obsessive types that do not like behavior being changed...

          b s added a comment -

          Any news on a configurable keyboard shortcut plugin?

          b s added a comment - Any news on a configurable keyboard shortcut plugin?

            Unassigned Unassigned
            lokeshgovindu Lokesh Govindu
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: