-
Notifications
You must be signed in to change notification settings - Fork 0
Playerstarts #19
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
base: master
Are you sure you want to change the base?
Playerstarts #19
Conversation
html/popup.html
Outdated
| </div> | ||
| <div> | ||
| <i>Tips: You can hide the player with Alt+Maj+T</i> | ||
| <i>Tips: You can hide the player with Ctrl+Shift+Z</i> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you checked if it's not bind to anything already ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also I kinda liked the usage of T like toogle.
If we change, please also change the readme :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I already checked, and I changed the readme as well. I had to change because the "Alt" key didn't seem to be triggered at all. But I'm open for any change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CTRL+Shift+Z looks too much like the redo command. Are you sure it's not working with the old binds ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. Totaly sure the old binding does not work. I suspect the problem tu be the "Alt" key. How about "Ctrl+Shift+Space" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ImFlog Have you had time to take a look at it?
| </div> | ||
| <div> | ||
| <i>Tips: You can hide the player with Alt+Maj+T</i> | ||
| <i>Tips: You can hide the player with Ctrl+Shift+Space</i> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From https://developer.chrome.com/apps/commands : Please note that on Mac 'Ctrl' is automatically converted to 'Command'. If you want 'Ctrl' instead, please specify 'MacCtrl' under "mac". Specifying 'MacCtrl' under "default" will cause the extension to be uninstallable.
We can't use this as CMD + Space triggers the spotlight search on macOs :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine, what do we use, then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Please note that on Mac 'Ctrl' is automatically converted to 'Command'. If you want 'Ctrl' instead, please specify 'MacCtrl' under "mac". Specifying 'MacCtrl' under "default" will cause the extension to be uninstallable.
We could use ctrl + Shift + space for default and MaCtrl + Shift + Space for mac ?
What bothers me is that there is no easy way to remember this shortcut :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ImFlog you're right, let's discuss about it
No description provided.