victorporof / Tilt

Tilt: a WebGL-based 3D visualization of a Webpage
http://blog.mozilla.com/tilt/
Other
490 stars 56 forks source link

Hotkeys #11

Closed Drugoy closed 13 years ago

Drugoy commented 13 years ago

Since I have Stylish installed - the hotkey "CTRL+SHIFT+M" is occupied by it. I know there is also a hotkey "CTRL+SHIFT+L" that opens Tilt, but I have to keep that hotkey in mind, as if I go to "Menu > Tools > Web developer > Tilt" - it shows me the CTRL+SHIFT+M hotkey.

As I'm not sure that it is an intentional duplication of used hotkes (M and L), or it is a bug/temporary solution - I am opening this issue to make things clear. If this duplication is intentional, then a smart check like "Is CTRL+SHIFT+M hotkey occupied by another add-on? if yes - then show CTRL+SHIFT+L hotkey in the menu" would be nice, if possible.

victorporof commented 13 years ago

Currently both M and L are implemented, it's more of a temporary solution. Since I want to avoid hotkey wars, I'll make M be used by default and let the users change this in the (soon to be finished) options dialog.

Drugoy commented 13 years ago

That'd be the most peaceful solution. :)

victorporof commented 13 years ago

Implemented the Options window, which has an input for the preferred hotkey. Requires browser restart.

Drugoy commented 13 years ago

yeah, I already saw that, that's nice

victorporof commented 13 years ago

Glad to hear that.