https://github.com/oaklinq/flarum-ext-keyboard-shortcuts
A Flarum extension. Adds Keyboard Shortcuts.
https://github.com/oaklinq/flarum-ext-keyboard-shortcuts
Last synced: 21 days ago
JSON representation
A Flarum extension. Adds Keyboard Shortcuts.
- Host: GitHub
- URL: https://github.com/oaklinq/flarum-ext-keyboard-shortcuts
- Owner: oaklinq
- License: other
- Archived: true
- Created: 2019-03-13T12:02:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T12:19:14.000Z (about 6 years ago)
- Last Synced: 2024-11-03T12:32:02.343Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 87.9 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-flarum - 2019 - Adds keyboard shortcuts. (Extensions / Others ([:top:](#table-of-contents)))
README
# Keyboard Shortcuts
 [](https://packagist.org/packages/kvothe/keyboard-shortcuts)
A [Flarum](http://flarum.org) extension. Adds Keyboard Shortcuts. Uses the [Mousetrap library](https://github.com/ccampbell/mousetrap) by Craig Campbell.
### Screenshots

### Installation
Use [Bazaar](https://discuss.flarum.org/d/5151-flagrow-bazaar-the-extension-marketplace) or install manually with composer:
```sh
composer require kvothe/keyboard-shortcuts
```### Updating
```sh
composer update kvothe/keyboard-shortcuts
php flarum cache:clear
```### Links
- [Packagist](https://packagist.org/packages/kvothe/keyboard-shortcuts)
- [GitHub](https://github.com/oaklinq/flarum-ext-keyboard-shortcuts)