https://github.com/ethib137/liferay-hot-keys
Customizable Keyboard Shortcuts for Liferay
https://github.com/ethib137/liferay-hot-keys
hotkey hotkeys keyboard-shortcuts liferay
Last synced: about 1 month ago
JSON representation
Customizable Keyboard Shortcuts for Liferay
- Host: GitHub
- URL: https://github.com/ethib137/liferay-hot-keys
- Owner: ethib137
- Created: 2019-08-19T17:50:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T05:45:16.000Z (over 4 years ago)
- Last Synced: 2025-04-14T23:09:20.795Z (about 1 month ago)
- Topics: hotkey, hotkeys, keyboard-shortcuts, liferay
- Language: JavaScript
- Homepage:
- Size: 765 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Liferay Hot Keys
Hot keys for Liferay 7.2.
## Usage
Press '?' to see what hotkeys are available.
Press 'a' + 'k' to create a new hotkey of your own. This is only available when you are logged in to Liferay.

Add custom hotkeys for url based navigation, for clicking on elements, or focusing elements using an elements selector.
## How to Build and Deploy to Liferay
### Build it
` $ ./gradlew build `
The jar file will be in `build/libs/liferay.hot.keys-1.0.0.jar`.### Deploy to Liferay
` $ ./gradlew deploy -Pauto.deploy.dir="/path/to/liferay/deploy"`## Issues & Questions Welcome