Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Support cmd key for macOS #14

Open
moeenio opened this issue Feb 21, 2020 · 17 comments
Open

Support cmd key for macOS #14

moeenio opened this issue Feb 21, 2020 · 17 comments

Comments

@moeenio
Copy link

moeenio commented Feb 21, 2020

Would be great that the keyboard shortcut to open the find menu would work with the ⌘ (Command) key on macOS.

@PortPixel
Copy link

PortPixel commented May 10, 2020

@griffpatch would be a one line change
inject3.js line 798
if (document.URL.indexOf('editor') > 0 && e.key === 'f' && e.ctrlKey) {
to
if (document.URL.indexOf('editor') > 0 && e.key === 'f' && (e.ctrlKey || e.metaKey)) {

This may also trigger on windows key + f on windows machines, I don't have one to test on.

@AmazingMech2418
Copy link

@PortPixel @griffpatch The windows + f could also be eliminated using navigator.platform, given that that is allowed in chrome extensions. I haven't done much with chrome extensions, so I'm not completely sure if that would work, but I think it should.

@scratchusernamemrtbts
Copy link

@griffpatch please can you support macos key because the middle click doesn't mave on mac mouse and i can't use command+f or command+space to use something

@griffpatch
Copy link
Owner

griffpatch commented Jul 12, 2020 via email

@PortPixel
Copy link

@griffpatch Works for me
MacOS 10.15.4 (19E287)

@scratchusernamemrtbts maybe you need to update the extension?

@scratchusernamemrtbts
Copy link

scratchusernamemrtbts commented Jul 14, 2020

@griffpatch Works for me
MacOS 10.15.4 (19E287)

@scratchusernamemrtbts maybe you need to update the extension?

thanks

@Explosion-Scratch
Copy link

@scratchusernamemrtbts Actually, Command+M minimizes the current window, the equivalent of clicking the yellow "-" symbol at the top left corner of most windows.
As for the original suggestion, in my opinion Control-space works fine for me. =/

@scratchusernamemrtbts
Copy link

@scratchusernamemrtbts Actually, Command+M minimizes the current window, the equivalent of clicking the yellow "-" symbol at the top left corner of most windows.
As for the original suggestion, in my opinion Control-space works fine for me. =/

Oh I forgot.

@scratchusernamemrtbts
Copy link

@griffpatch Works for me
MacOS 10.15.4 (19E287)
@scratchusernamemrtbts maybe you need to update the extension?

thanks
EDIT: it works but when i press cmd+space it open the macos spot light search maybe you could add another key like cmd+d I’m not sure they already have this shortcut in macOS I’m replying from iPad

i solve it already by changing the spotlight search hotkey to shift+cmd+space

@Explosion-Scratch
Copy link

@scratchusermrtbts Command and D bookmarks the current browser page on Mac.

@scratchusernamemrtbts
Copy link

@scratchusermrtbts Command and D bookmarks the current browser page on Mac.

i solve it now here

@scratchusernamemrtbts
Copy link

scratchusernamemrtbts commented Jul 25, 2020

now there is onne thing i still can't use
ภาพหน้าจอ 2563-07-25 เวลา 17 05 38
my apple mouse don't have a middle click button can you add the cmd+space and ctrl+space for this feature too?

Or you can just make this menu bar

@moeenio
Copy link
Author

moeenio commented Jul 25, 2020

my apple mouse don't have a middle click button

Try three-finger tap? Or pinching the sides of the mouse?

@scratchusernamemrtbts
Copy link

my apple mouse don't have a middle click button

Try three-finger tap? Or pinching the sides of the mouse?

Ok I'll try.
But how do you pinch the side of the mouse

@Explosion-Scratch
Copy link

I also don't have middled click. I just use the built in trackpad on my mac.

@moeenio
Copy link
Author

moeenio commented Jul 26, 2020

You can have middle click with three thingers on a trackpad with an app called MiddleClick :)

@scratchusernamemrtbts
Copy link

I also don't have middled click. I just use the built in trackpad on my mac.

I use an iMac so I don't have a trackpad

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

No branches or pull requests

6 participants