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

Add explicit support for ChromeOS and Linux #22

Open
mohnish opened this issue Feb 12, 2018 · 2 comments
Open

Add explicit support for ChromeOS and Linux #22

mohnish opened this issue Feb 12, 2018 · 2 comments

Comments

@mohnish
Copy link
Owner

mohnish commented Feb 12, 2018

Refer: https://developer.chrome.com/apps/commands

For the suggested_key key,

// left
"suggested_key": {
  "default": "Shift+Alt+Left",
  "windows": "Shift+Alt+Left",
  "mac": "MacCtrl+Shift+Left",
  "chromeos": "Shift+Alt+Left",
  "linux": "Shift+Alt+Left"
}

// right
"suggested_key": {
  "default": "Shift+Alt+Right",
  "windows": "Shift+Alt+Right",
  "mac": "MacCtrl+Shift+Right",
  "chromeos": "Shift+Alt+Right",
  "linux": "Shift+Alt+Right"
}
@xxKeith20xx
Copy link

xxKeith20xx commented Aug 25, 2018

Alt+Shift+Left/Right works great in ChromeOS 68 but can't assign the up and down arrows with alt+shift.

@defel
Copy link

defel commented Aug 16, 2019

Under Linux it is build-in since ever (and I alway hated it that it dont works on OSX or Windows)

Shortcut is: Ctrl+Shift+PageUp and Ctrl+Shift+PageDown

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

No branches or pull requests

3 participants