keyboard-shortcuts
Here are 237 public repositories matching this topic...
-
Updated
Jun 10, 2020 - JavaScript
See #65 for details.
When we use "b" to open bookmarks, bookmark opens in current tab, but not in a new tab. It is not useful if you want to open a new bookmark from the current worked tab.
Thanks for cVim!
-
Updated
Jul 3, 2017 - Objective-C
-
Updated
Apr 22, 2020 - Shell
-
Updated
Jan 7, 2020 - JavaScript
-
Updated
May 25, 2020 - Java
-
Updated
Oct 22, 2019 - HTML
-
Updated
May 24, 2020 - Shell
-
Updated
Jun 9, 2020 - JavaScript
-
Updated
May 21, 2020 - Python
-
Updated
Jun 8, 2020 - Swift
-
Updated
Oct 23, 2018 - Objective-C
It only works if I first press one of the other task manipulation keyboard shortcuts (like 'v') > 'Esc' >'q'.
-
Updated
Mar 11, 2017 - Makefile
-
Updated
May 7, 2020 - C++
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+Describe the bug
preventDefault on space key is not respected in FireFox
To Reproduce
Steps to reproduce the behavior:
- Create a button with click event
// .html
<button (click)="doStuff()"></button>
// .ts
public doStuff() {
console.log('Button clicked');
}
- Generate a shortcut
{
key: 'space',
label: 'label',
description:
-
Updated
Apr 29, 2018 - C#
-
Updated
Jun 10, 2020 - Kotlin
-
Updated
Oct 10, 2018 - JavaScript
-
Updated
Jun 7, 2020 - C++
-
Updated
May 3, 2020 - Rust
-
Updated
Jun 16, 2019 - C++
-
Updated
Sep 29, 2017 - Vim script
-
Updated
Jun 8, 2020 - JavaScript
Improve this page
Add a description, image, and links to the keyboard-shortcuts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the keyboard-shortcuts topic, visit your repo's landing page and select "manage topics."


Hi,
We're currently having an issue in Chrome where using Mousetrap.bindGlobal(['ctrl+alt+space'] no longer works, when it did previously. We tested in Chrome 77-70 and it still did not work
This shortcut works on Firefox but not chrome. Changing the shortcut to CTRL+ALT+F fixes the issue but we'd like to keep our original shortcut to keep our users muscle memory
Demo here:
https://codep