-
Notifications
You must be signed in to change notification settings - Fork 123
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
Alt-s
problematic with some keyboard setups
#9
Comments
An options page where you can set keybindings and so forth would be most welcome, and definitely a requirement for a published version of jetzt. Before that happens I want to separate out the core jetzt functionality into it's own file and write a cleaner config abstraction. I'll comment here when that's done (some time this weekend probably) and if you still want to have a go at writing a page to set keybindings, that'd be awesome. |
#21 offers at least a workaround by clicking an icon, it would also be a good place to hook up a config page |
@Demagogue: The code is now in a state where this can be done. Also many thanks to @h0ru5 for hooking up the browser action! |
Did any progress get made here? I see it mentioned under #69 in the TODO section, but keybindings apparently remain uncustomisable. |
Hi! 👋 looks like it's not configurable but you can edit the code at this line: Line 85 in 77d03a8
|
Thank you, that was the documentation I was after. I noticed a couple of other places similar code appeared, like in |
hmm probably. I expect you'll need to rebuild the project with 'npm start' after changing the above line. |
Jetzt is great extension, but to use it without problems with my current setup (Polish keyboard) I had to change default keybinding to
Alt+j
on this line.
It would be great if can change the default keybinding without editing source code.
If you don't mind about it, I can even write something like that.
The text was updated successfully, but these errors were encountered: