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

userchrome toggle hotkey not working #55

Open
BeBeepBOOPbot opened this issue May 19, 2024 · 8 comments
Open

userchrome toggle hotkey not working #55

BeBeepBOOPbot opened this issue May 19, 2024 · 8 comments

Comments

@BeBeepBOOPbot
Copy link

BeBeepBOOPbot commented May 19, 2024

note: userchrome toggle seems unmaintained so i put this here

so i recently reinstalled my OS and also reinstalled arcwtf and noticed the hotkey for userchrome toggle was acting differently, it now only opens the side bar and doesn't close it, i assumed i installed it wrong so i created a new Firefox profile and made sure to install it correctly and the same thing happened. am i just stupid and that's how its intended to work. i looked for other solutions but couldn't find any that worked

problem:
when i press the hotkey for userchrome toggle it only opens the side bar and doesn't close it when pressed again
the button you pin in the top right works fine toggling between on and off

this would be inconvenient if this cant be fixed, the only solution i found is to make another toggle to turn the bar off which is an aquard way around it. I'm on Linux if that helps though it probably doesn't

@Kribbage
Copy link

having the same issue, but I suspect that might be an issue for the addon author.

@BeBeepBOOPbot
Copy link
Author

BeBeepBOOPbot commented May 31, 2024

yea i only put it here cause the reopsitiory for userchrome toggle hasent been touched for 2 years
my best idea for solving it is to make a fork and fix it, you can even dumb it down for arcwtf too

@hwamil
Copy link

hwamil commented Jun 8, 2024

Same here. Driving me nuts.

@BeBeepBOOPbot
Copy link
Author

Yeah, the best solution I have right now is to make another key binding where instead of the || you have nothing. It's better than nothing

@hwamil
Copy link

hwamil commented Jun 10, 2024

Yeah, the best solution I have right now is to make another key binding where instead of the || you have nothing. It's better than nothing

Wow. Why didn't I think of doing this. Not perfect but a very good compromise for now. Thanks.

@HellEye
Copy link

HellEye commented Jun 18, 2024

Just started using this two days ago, got annoyed by double shortcuts, so I found this:
https://addons.mozilla.org/en-US/firefox/addon/userchrome-toggle-extended/
I'm not sure about stability or anything like that, but the toggle hotkey works properly with this, at least for me.

If you want to restore the arc sidebar icon:

  • Go to userchrome folder (about:profiles in browser, open root directory, chrome)
  • edit userChrome.css
  • replace [data-extensionid="<old userchrome extension>"] with [data-extensionid="[email protected]"] (I didn't actually test it, but I believe it'll work, unless the css class is different for some reason)

Remember to edit extension settings, turn off all but one style, and set prefix to || like in the instructions.

@hwamil
Copy link

hwamil commented Jun 19, 2024

Just started using this two days ago, got annoyed by double shortcuts, so I found this: https://addons.mozilla.org/en-US/firefox/addon/userchrome-toggle-extended/ I'm not sure about stability or anything like that, but the toggle hotkey works properly with this, at least for me.

If you want to restore the arc sidebar icon:

* Go to userchrome folder (about:profiles in browser, open root directory, chrome)

* edit userChrome.css

* replace `[data-extensionid="<old userchrome extension>"]` with `[data-extensionid="[email protected]"]` (I didn't actually test it, but I believe it'll work, unless the css class is different for some reason)

Remember to edit extension settings, turn off all but one style, and set prefix to || like in the instructions.

Thanks! Just installed it, and just works; I didn't even have to do the replacement thingy.

@BeBeepBOOPbot
Copy link
Author

BeBeepBOOPbot commented Jun 19, 2024

Just started using this two days ago, got annoyed by double shortcuts, so I found this: https://addons.mozilla.org/en-US/firefox/addon/userchrome-toggle-extended/ I'm not sure about stability or anything like that, but the toggle hotkey works properly with this, at least for me.

If you want to restore the arc sidebar icon:

* Go to userchrome folder (about:profiles in browser, open root directory, chrome)

* edit userChrome.css

* replace `[data-extensionid="<old userchrome extension>"]` with `[data-extensionid="[email protected]"]` (I didn't actually test it, but I believe it'll work, unless the css class is different for some reason)

Remember to edit extension settings, turn off all but one style, and set prefix to || like in the instructions.

funny enough, i found this exact thing when trying to trouble shoot on my own but it didnt work and it just seemed like a version with more css togles, but it seems they updated it after i made this so it now works again. it might be a good idea to put the fix in to a pull request but thanks HellEye

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

No branches or pull requests

4 participants