-
Notifications
You must be signed in to change notification settings - Fork 183
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
Feature: User-overridable keyboard shortcuts #53
Comments
Yes, this! I used to always use Ctrl(+Shift)+Tab to switch between WhatsApp chats. And using Ctrl+# to switch services is sufficient for me. I would love to be able to unbind hotkeys. |
this feature would be awesome! there are some slack shortcuts that do not work because of this |
also voting for this. i have a system wide shortcurt (ctrl+alt+s) for pasting a symbol which will constantly trigger split mode with it in ferdium |
I'd love this too. I much prefer Ctrl+Pg Up/Pg Down for changing tabs, like chrome, edge etc... I find Ctrl+Tab to be awkward |
+1 the Ferdium shortkeys for switching services takes over the shortkeys for Teams to switch between tabs. |
Would be nice to hear something from the team on that one. |
I +1 this. Would love to be able to remap at least the tab switching to |
I've opened a PR with this functionality now, currently limited to activating next/previous service. Please see #1920 |
This allows customising next/previous service shortcuts, but opens the door to using the same code and UI for customizing further shortcuts. These particular shortcuts were requested to be customizable in the github issue ferdium#53
This allows customising next/previous service shortcuts, but opens the door to using the same code and UI for customizing further shortcuts. These particular shortcuts were requested to be customizable in the github issue ferdium#53
This allows customising next/previous service shortcuts, but opens the door to using the same code and UI for customizing further shortcuts. These particular shortcuts were requested to be customizable in the github issue ferdium#53
This allows customising next/previous service shortcuts, but opens the door to using the same code and UI for customizing further shortcuts. These particular shortcuts were requested to be customizable in the github issue ferdium#53
This allows customising next/previous service shortcuts, but opens the door to using the same code and UI for customizing further shortcuts. These particular shortcuts were requested to be customizable in the github issue ferdium#53
This allows customising next/previous service shortcuts, but opens the door to using the same code and UI for customizing further shortcuts. These particular shortcuts were requested to be customizable in the github issue ferdium#53
@plundration @nickchomey You can rebind these with the latest code, I'm not sure when it will be released. @Alistair1231 you can unbind these keys with the latest code, in advanced settings just delete the text from the associated shortcut inputs. @pkvdesigns I didn't add support for rebinding the "new service" binding in that PR, but to do so would be easy by following the code in the PR linked to this ticket. See 167a6a0 new bindings can be added by editing 4 of the 7 files that were changed in this PR. |
@insidewhy Thanks! How can i use an arrow key as the shortcut? It seems like we have to manually type the key name rather than just press the combination to register it Edit: Nevermind, you can just type Left/Right/Up/Down |
Yeah I wanted to make it grab the shortcut like that in a future update, but I'm not sure if I'll be working on ferdium again. Recently I switched from ferdium to Firefox with the web containers extension and side tabs enabled. I wanted to use the stylus extension to override CSS styles within WhatsApp and Telegram. But perhaps I'll come back and try to add extension support to ferdium since the UI/UX is nicer than Firefox in other ways. |
Preflight Checklist
Problem Description
As different services "grab" keyboard shortcuts, it gets a but painful to have to remember which shortcuts work in which service. For eg, Discord grabs the
Cmd + S
(QuickSwitch) and so within Discord, QuickSwitch doesn't work.Proposed Solution
It would be a good idea to allow Ferdium's users to be able to override their own shortcuts.
Alternatives Considered
none
Additional Information
No response
The text was updated successfully, but these errors were encountered: