photo-screen-saver icon indicating copy to clipboard operation
photo-screen-saver copied to clipboard

Alt-Shift-arrow keys no longer work in Chrome when extension is enabled

Open yang opened this issue 7 years ago • 4 comments

Minor issue: on Macs, alt-shift-left/right selects the entire preceding/following word, but when this extension is enabled, that selection no longer works, including in the address bar.

yang avatar Jun 19 '17 19:06 yang

It's always something, haha. It's really hard to find shortcut keys that aren't used somewhere on the browser itself or Windows, Mac, or Chrome OS. (especially Chrome OS which has a ton of them predefined.)

I can define the default shortcut keys by OS, but i was trying to avoid that. Do you know what would be a good modifier key combination for Mac with the left/right arrows? They have to have a Ctrl or Alt and can't have Ctrl+Alt Apparently, Mac also has a Command and a Ctrl. These are the possibilities

In the meantime, you can go to the extensions page, scroll to the bottom, click on "Keyboard shortcuts" and change them. If you don't use the interactive mode of the screensaver, you can delete the forward, back, and pause altogether.

opus1269 avatar Jun 19 '17 20:06 opus1269

Oh thanks, didn't realize that's where this was coming from. Sure, I'll think about what would be a good shortcut key.

On Mon, Jun 19, 2017, 1:09 PM opus1269 [email protected] wrote:

It's always something, haha. It's really hard to find shortcut keys that aren't used somewhere on the browser itself or Windows, Mac, or Chrome OS. (especially Chrome OS which has a ton of them predefined.)

I can define the default shortcut keys by OS, but i was trying to avoid that. Do you know what would be a good modifier key combination for Mac with the left/right arrows? They have to have a Ctrl or Alt and can't have Ctrl+Alt Apparently, Mac also has a Command and a Ctrl. These are the possibilities https://developer.chrome.com/extensions/commands

In the meantime, you can go to the extensions page, scroll to the bottom, click on "Keyboard shortcuts" and change them. If you don't use the interactive mode of the screensaver, you can delete the forward, back, and pause altogether.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/opus1269/photo-screen-saver/issues/16#issuecomment-309559228, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAb2bJQyur_1bzFb6jCtO_o_MYGg_M9ks5sFtV1gaJpZM4N-s2m .

yang avatar Jun 19 '17 22:06 yang

To simplify, improve discoverability and improve remember-ability, what about making just the arrow keys by themselves work (without modifiers)?

yang avatar Jun 25 '17 23:06 yang

Yes. That is the best solution and my original design. The problem was you can't listen for raw keyboard events on Chrome OS (I suppose it is a security thing to protect against keyloggers).

I will bite the bullet and do an OS dependent implementation of this feature.

Thanks for your input.

opus1269 avatar Jun 26 '17 04:06 opus1269