Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow customization of debugger keys #2665

Open
fbugissues opened this issue May 19, 2015 · 19 comments
Open

Allow customization of debugger keys #2665

fbugissues opened this issue May 19, 2015 · 19 comments

Comments

@fbugissues
Copy link

Originally reported on Google Code with ID 2526

The Step Into (F11), Step Over (F10) and Run (F8) keys should be
customizable as are other shortcut keys, in the Customize shortcuts dialog.

Which version of Firebug? all (running 1.5b4)
Which version of Firefox? 3.5.5
On what operating system? WinXP

Reported by nicolas.hatier on 2009-11-25 19:29:42

@fbugissues
Copy link
Author

Reported by odvarko on 2009-11-26 14:08:02

  • Labels added: 1.5, Type-Enhancement, debugger, Test-case-available

@fbugissues
Copy link
Author

I agree that this is the way it should behave. The reason these keys can't be
customized at the moment is that they are defined using the attachListeners method
in
domplate, whereas the shortcut customization mechanism only works with global
keystrokes defined using <key> elements in XUL. I'll have to find a solution that
allows the mechanism to work with both key binding methods.

Reported by Hans.Hillen on 2009-11-27 06:46:05

@fbugissues
Copy link
Author

We could change the binding mechanism as well, but the non-global binding avoid
potential collisions.

Reported by johnjbarton@johnjbarton.com on 2009-12-02 05:54:01

  • Status changed: Triaged

@fbugissues
Copy link
Author

On the Mac, various system keystrokes related to Spaces default to using unmodified
function keys, which conflict with these Firebug keys. It therefore would be very helpful
to be able to change them at the Firebug level, rather than having to alter the Spaces
keys system-wide.

Reported by google@dwilga.info on 2010-10-25 14:01:53

@fbugissues
Copy link
Author

Reported by sebastianzartner@gmx.de on 2011-05-10 10:39:55

@fbugissues
Copy link
Author

Reported by sebastianzartner@gmx.de on 2011-06-15 08:08:47

  • Labels added: keys

@fbugissues
Copy link
Author

Issue 3921 has been merged into this issue.

Reported by sebastianzartner@gmx.de on 2011-06-15 09:01:34

@fbugissues
Copy link
Author

Hans, any update here? I guess many people would like that.

Sebastian

Reported by sebastianzartner@gmx.de on 2012-01-20 18:12:46

@fbugissues
Copy link
Author

This needs a clean new API as described in issue 5353.
I split the shortcut from the button tooltip in r12835 in preparation for this.

Sebastian

Reported by sebastianzartner@gmx.de on 2012-02-08 09:13:18

@fbugissues
Copy link
Author

as it mentioned, it is difficult to allow dynamic registering of key combinations.

but the keys(F10, F11) are conflicted, so i can‘t debug my webapp.

why not add the debug related buttons to toolbar, then even keys conflicted i can still
use the function of debug.

3x

Reported by zcwang3 on 2012-04-09 03:38:44

@fbugissues
Copy link
Author

> why not add the debug related buttons to toolbar
There *are* buttons inside the Script panel's toolbar:
http://getfirebug.com/wiki/index.php/Script_Panel#Execution_Control_Buttons

Sebastian

Reported by sebastianzartner@gmx.de on 2012-04-10 13:07:33

@fbugissues
Copy link
Author

i have saw it, thanks very much.

Reported by zcwang3 on 2012-04-12 13:21:29

@fbugissues
Copy link
Author

Issue 5602 has been merged into this issue.

Reported by sebastianzartner@gmx.de on 2012-05-16 04:22:43

@fbugissues
Copy link
Author

Reported by sebastianzartner on 2013-03-23 14:17:37

@fbugissues
Copy link
Author

Reported by sebastianzartner on 2013-03-23 14:35:22

@fbugissues
Copy link
Author

Reported by sebastianzartner on 2013-04-09 12:46:11

@fbugissues
Copy link
Author

Issue 7231 has been merged into this issue.

Reported by sebastianzartner on 2014-01-13 13:17:12

@fbugissues
Copy link
Author

Reported by sebastianzartner on 2014-01-13 13:17:47

  • Labels added: priority-high

@fbugissues
Copy link
Author

Maybe in meantime the patch from http://kaeding.name/articles/2008/12/11/customize-firebug-shortcut-keys/
can be merged to at least allow shortcut configuration from "about:config" page.

Even being 5 years old, the patch seems to be correct solution until new API will be
developed in https://code.google.com/p/fbug/issues/detail?id=5220.

Reported by aik.bold on 2014-01-13 14:03:47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant