Here are
433 public repositories
matching this topic...
➷ A robust Javascript library for capturing keyboard input. It has no dependencies.
-
Updated
Mar 14, 2022
-
JavaScript
Modern IntelliJ plugin to learn shortcuts for buttons
-
Updated
Feb 26, 2022
-
Java
"Alfred for Xcode" plugin
-
Updated
Jul 3, 2017
-
Objective-C
Add a global delay to Command-Q to stop accidental app quits.
-
Updated
Dec 28, 2020
-
Objective-C
Programmable tooltip that can be used with any Mac OS app
-
Updated
Dec 29, 2020
-
Objective-C
PHP class to make interacting with a database ridiculusly easy
Vue-ShortKey - The ultimate shortcut plugin to improve the UX
-
Updated
Mar 21, 2022
-
JavaScript
An efficiency tool that provides various functions by enhancing the Caps Lock key into a modifier key.
-
Updated
Dec 29, 2020
-
AutoHotkey
Simple global shortcuts in macOS
-
Updated
May 18, 2020
-
Swift
Keyboard shortcuts interface for your website. Working with static HTML, Vanilla JS, Vue, React, Svelte.
-
Updated
Feb 7, 2022
-
TypeScript
Useful shortcuts for bash/zsh
Create Siri Shortcuts with Python
-
Updated
Mar 18, 2022
-
Python
The best control to record shortcuts on macOS, written in ObjC with Swift in mind
-
Updated
Dec 30, 2021
-
Objective-C
Simple macOS CLI to connect/disconnect a Bluetooth device. Useful for AirPods or other Bluetooth headphones.
-
Updated
Dec 29, 2021
-
Swift
Pretzel is Mac desktop app that shows and find keyboard shortcuts based on your current app.
Add keyboard shortcuts locally to a BrowserWindow instance, without using a Menu
-
Updated
Jul 28, 2020
-
JavaScript
A tiny menu bar application that helps you pick colours from your screen! 🔍✨
-
Updated
Oct 20, 2021
-
Swift
🔥A simple yet powerful extension to add wrapper templates around your code blocks
-
Updated
Feb 7, 2022
-
TypeScript
Example app for shortcuts
-
Updated
Mar 27, 2017
-
Java
Paste Clipboard Contents Into Files Directly (New Version Released 🔥)
React component to listen to keydown and keyup keyboard events, defining and dispatching keyboard shortcuts.
-
Updated
Mar 7, 2022
-
TypeScript
Yet Another JS Keybinding library
-
Updated
Jun 30, 2016
-
JavaScript
App Shortcuts for Android on Pre Nougat 7.1!
A screenshot plugin for electron
-
Updated
Jan 26, 2022
-
TypeScript
A Visual Studio Extension that selects the next occurrences of the current selection and adds multiple cursors for editing
⚙️ My Autohotkey productivity suite that includes shortcuts, hotstrings, hotkeys, apps/utilities, AutoCorrect
-
Updated
Jun 5, 2020
-
AutoHotkey
Dead Simple Keyboard Shortcuts Management for Angular
-
Updated
Mar 2, 2022
-
TypeScript
-
Updated
Mar 15, 2022
-
AutoHotkey
Improve this page
Add a description, image, and links to the
shortcut
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
shortcut
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
举个例子,我想用codeexpander写latex,
我创建了片段
lf,对应着行内公式: $\displaystyle (光标1) $ (光标2)
sb,对应着上标: ^{(光标1)} (光标2)
单独使用没什么问题,按下跳转指令键就能从光标1到光标2
但是两者嵌套使用就出现问题了,在lf中的光标1处输入sb,替换之后光标直接跳转到lf的末尾,