#Want to quickly access the Quick CSS
1 messages · Page 1 of 1 (latest)
i looked in the keybinds section to make sure it wouldn't affect anything.
is there a better bind you'd suggest?
Ctrl-q is usually "close all browser windows"
i forgot all about the browser. ðŸ˜
if anyone has a better bind please suggest and ill change.
Control shift e ? I haven’t looked in the keybinds tab if it already does something
i've just changed it to ctrl + alt + q
still.. really close to closing everything
vencord toolbox in shambles
im willing to change the bind one more time, what'd you suggest the binds be?
I'd say leave it and let people change the bind themselves if they want to 
yeha thats smart
honestly i tried clicking ctrl + q on my browser and didn't even notice the browser closing any windows, im on the latest version of chrome.
its prob a firefox thing or something
if you're on mac
it'd be command + q
you should also check for metaKey because no modern mac script should force us to use ctrl
so something like this, right? unless im doing it wrong?
document.addEventListener('keydown', function(event) {
if ((event.ctrlKey || event.metaKey) && event.altKey && event.key === 'q') {
VencordNative.quickCss.openEditor();
}
});
yes
metaKey is for the cmd thing
i've decided to change the q to space instead.
if it interferes with anything or if it's not supported in other OS that you use please let me know.
cmd opt space (or what altKey would be) opens finder searching on mac
it should work? interesting.
maybe they depracated quickcss.openeditor or something
nope its not that, just tried it.
if anyone else has a mac, please try running it to see if you can reproduce it.
Is there a way to save it? So that we don't have to put it in every time we open it ?
I'd assume a plugin, although there might be a better way to do that
How?
- requires moving hand to mouse
- dragging cursor to the button
- waiting for the click to register and for the menu to show
- dragging mouse again and clicking agin and waiting again
bc of ctrl + q option ?
how do I set this up to be permanent?
if you have to specify "waiting for the click to register" in how long it takes you to do something, i think thats just called being lazy
a plugin