Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesbt365/dualactionbinds
https://github.com/jamesbt365/dualactionbinds
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamesbt365/dualactionbinds
- Owner: jamesbt365
- License: gpl-3.0
- Created: 2024-05-15T21:37:45.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T20:39:11.000Z (8 months ago)
- Last Synced: 2025-01-19T19:13:59.178Z (6 days ago)
- Language: C#
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DualActionBinds
Adds support for bindings that have different actions on press and release.
# Usage
1. Click the 3 dots next to any bindable tablet property in Bindings tab.
2. Find `DualActionBinds` on the list.
3. Enter any valid combination of buttons that regular or multi-key bindings support seperated by a colon (:) then another valid combination of buttons.A couple examples of valid sets of bindings include `Shift+A:Shift+B` and `Control+Shift+P:Control+Shift+E`.
# Notes
Due to the inflexibility of the OTD interface and virtual keyboard, some combinations of keys are impossible, this is present on regular multi-key bindings too.
To ensure your bindings are valid, first check if they work in regular multi-key bindings, if it works, you can copy it and use it in this plugin.