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

Remap shortcut keys? #155

Closed
gee-forr opened this issue Feb 8, 2018 · 13 comments
Closed

Remap shortcut keys? #155

gee-forr opened this issue Feb 8, 2018 · 13 comments

Comments

@gee-forr
Copy link

gee-forr commented Feb 8, 2018

Hi all.

I was wondering if there's a way to use something else besides CMD+Space or CTRL+Space? The former is mapped to spotlight, and the latter is mapped to Alfred, both of which I'm extremely reluctant to remap...

I was wondering if it's possible to configure/swap CMD+Shift+E to show the Container select drop down instead of the Send Tab To Container menu. Mainly because CMD+Shift+E used to be the shortcut for activating the Tab Groups view.

Any idea on how to achieve this?

(P.S - just wanna say again, thank you so much for this extension, this extension alone has made me stay on FFx post web extensions)

@smichel17
Copy link
Contributor

Unfortunately, no. There's a few issues about this you can find if you search.

@kesselborn
Copy link
Owner

kesselborn commented Feb 9, 2018

(P.S - just wanna say again, thank you so much for this extension, this extension alone has made me stay on FFx post web extensions)

wow -- that's great to hear, thanks.

The shortcut key problem is a real pain: The shortcuts you set need to be statically set during the creation of the extension and can not be configured as far as I know (will need to double check). Furthermore, there is no easy way to find out, which shortcuts are already in use :/
I will check again, if there is anything new in the apis.

@gee-forr
Copy link
Author

Are there instructions somewhere on how I can build this myself for local use and development? I wouldn't mind playing around and seeing if I can find a way to make them configurable...

At the very least, I can fork an build a version for myself with my muscle-memoried shortcuts as searches on keyboard shortcut remapping support are not turning up anything promising :(

@kesselborn
Copy link
Owner

kesselborn commented Feb 12, 2018

the repository contains a release script which does all the work.
If you just want to build it, this is the call you need:

# create signed addon

web-ext sign --api-key ${WEB_EXT_API_KEY:?"please set WEB_EXT_API_KEY"} \
             --api-secret ${WEB_EXT_API_SECRET:?"please set WEB_EXT_API_SECRET"} \
             --ignore-files tags tabgroups-backup.json tabgroups-backup-small.json web-ext-artifacts *.xpi icons/*.afdesign release versions.json || true

where WEB_EXT_API_KEY and WEB_EXT_API_SECRET must be valid. Alternatively, you can just load this extension in the 'debugging' mode under the addon page (see mozilla documentation about how to build and debug extensions)

@kesselborn
Copy link
Owner

woohoo: apis just landed ... thanks for the hint @fturcheti

note to self: https://bugzilla.mozilla.org/show_bug.cgi?id=1421811#c40

@gee-forr
Copy link
Author

This is such great news! Let me know if I can help in anyway.

@Bobo1239
Copy link

@kesselborn While you're at it:
I'm not sure if I'm doing something wrong but when I'm trying to move a tab to another container via Ctrl+Shift+e (as described on the settings page), Firefox's network monitor is opened (as expected). Perhaps change that default hotkey?

@smichel17
Copy link
Contributor

smichel17 commented Feb 16, 2018

@Bobo1239 conex has been through several (5?) keyboard shortcuts, and there's a conflict for freakin' everything -.-

I think at this point it's best just to wait until shortcut remapping lands in FF60.

@gee-forr
Copy link
Author

@kesselborn - you're awesome. Thank you so much.

@grahamperrin
Copy link
Contributor

grahamperrin commented Feb 21, 2018

Thanks … I haven't recently tested any Conex shortcut (on Waterfox 56.0.4), but for reference: here's a shot of an extension apparently allowing shortcut preferences in released Firefox Quantum 58.0.2:

2018-02-17 12 42 00 diigo keyboard shortcuts in firefox quantum

– that shot, after me disabling all shortcuts – and the most recent release of the extension (Diigo …) was November 2017. So I wonder how it was achieved without the more recent API.

@kesselborn
Copy link
Owner

kesselborn commented Feb 21, 2018 via email

@gee-forr
Copy link
Author

Can confirm - upgraded to FFx Nightly just so I could use the new version of conex. It's working beautifully.

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

No branches or pull requests

5 participants