Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-coimbra21/dark-binding-gui
Manage your League of Legends keybindings!
https://github.com/s-coimbra21/dark-binding-gui
Last synced: 1 day ago
JSON representation
Manage your League of Legends keybindings!
- Host: GitHub
- URL: https://github.com/s-coimbra21/dark-binding-gui
- Owner: s-coimbra21
- Created: 2018-12-10T19:12:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T15:54:11.000Z (7 months ago)
- Last Synced: 2024-08-01T23:30:40.375Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 4.16 MB
- Stars: 49
- Watchers: 2
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-league - Dark Binding - Manages your keybindings based on your selected champion. (Applications)
README
# Dark Binding
This application was built for [Riot Games' 2018 API Challenge](https://www.riotgames.com/en/DevRel/the-riot-games-api-challenge-2018).
Dark Binding allows you to define groups of keybindings to which you can assign individual champions. When you go into a game, Dark Binding will detect your champion and automatically switch to the keybinding page you defined, if any.
## Guide
Head over to the [releases](https://github.com/s-coimbra21/dark-binding-gui/releases) page and download the latest version for your operating system. Currently, Windows and Mac are supported, but only Windows binaries are provided by me.
After installing the application, open it in order to start defining your binding groups. Create a new group by clicking the "+ New Group" row, and delete or rename existing groups by right-clicking them. Edit keybindings and champion assignments by selecting (left-click) a group in order to open the editor view.
If you wish to add Dark Binding to your system startup, check your system tray while Dark Binding is open and select the "Run on startup" option.
## Screenshots
### Dashboard
![dashboard](https://i.imgur.com/ZusCXG1.png)
### Editor
![editor](https://i.imgur.com/njmJdSz.png)
## Development
### Requirements
- Windows or Mac OSX
- NodeJS
- Yarn### Launching the app
```
git clone [email protected]:s-coimbra21/dark-binding-gui.git
cd dark-binding-gui
yarn install
yarn dev
```## Legal
Dark Binding isn’t endorsed by Riot Games and doesn’t reflect the views or opinions of Riot Games
or anyone officially involved in producing or managing League of Legends. League of Legends and Riot Games are
trademarks or registered trademarks of Riot Games, Inc. League of Legends © Riot Games, Inc.