-
Updated
Mar 14, 2022 - JavaScript
shortcuts
Here are 567 public repositories matching this topic...
-
Updated
Feb 28, 2022 - JavaScript
#16 added support for an optional options parameter to the buildShortcut function.
Currently, the supported options are:
buildShortcut([], {
icon: {
color: COLORS.LIGHT_BLUE // Or any color specified in src/meta/colors.ts
glyph: GLYPHS.E9AE // Or any glyph specified in src/meta/glyphs.ts
},
});Currently, this functionality isn't documented anywhere. It wo
-
Updated
Jul 3, 2017 - Objective-C
-
Updated
Mar 16, 2022 - Swift
-
Updated
Jul 19, 2021 - HTML
-
Updated
Nov 9, 2021 - Objective-C
-
Updated
Mar 17, 2022 - Swift
-
Updated
Mar 18, 2022 - Python
-
Updated
Feb 15, 2022 - Swift
-
Updated
Jul 28, 2020 - JavaScript
-
Updated
Jun 29, 2020 - Ruby
-
Updated
Jun 30, 2016 - JavaScript
-
Updated
Aug 10, 2019 - Python
-
Updated
Aug 25, 2021 - PureBasic
-
Updated
Nov 12, 2021 - Python
-
Updated
Jun 20, 2021 - Swift
Currently unTab supports two features for the tabs section results:
- Close Tab
- Pin Tab
An addition of the bookmark tab in the form of a bookmark icon would be really helpful too.
-
Updated
Feb 4, 2022 - C#
-
Updated
Feb 21, 2022 - TypeScript
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
Current behavior
If you have multiple languages in your sys
Before submitting a PR, please read the pinned issue for instructions.
You may choose to add one or a few, to leave some for others to contribute.
A few missing symbols:
\vDash ⊨
\nVDash ⊯
\nVdash ⊮
\nvDash ⊭ Already added (#74, #75, #78):
\models ⊧
\nequiv ≢
\VDash ⊫
\Vdash ⊩
\Vvdash ⊪
\nvdash ⊬
-
Updated
Aug 15, 2018 - JavaScript
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+-
Updated
Jul 3, 2020 - Swift
Improve this page
Add a description, image, and links to the shortcuts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the shortcuts topic, visit your repo's landing page and select "manage topics."

Related #166.
We currently ignore meta key strokes in our internal event handler. This was originally added as a quick workaround to prevent overriding base cmd+k functionality. Let's revisit this as shortcuts such as cmd+s to save a doc is common.