项目作者: ethib137

项目描述 :
Customizable Keyboard Shortcuts for Liferay
高级语言: JavaScript
项目地址: git://github.com/ethib137/liferay-hot-keys.git
创建时间: 2019-08-19T17:50:12Z
项目社区:https://github.com/ethib137/liferay-hot-keys

开源协议:

下载


Liferay Hot Keys

Hot keys for Liferay 7.2.

Usage

Press ‘?’ to see what hotkeys are available.

availableHotKeys

Press ‘a’ + ‘k’ to create a new hotkey of your own. This is only available when you are logged in to Liferay.

AddHotKey

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