Skip to content

Kreedzt/rwr-hotkey-editor

Repository files navigation

RWR Hotkey Editor

codecov build status rwr_version

Quick edit hotkeys.xml file tool

English | 简体中文

Quick Start

Download latest Release, double-click exe to run app.

Available features:

  • Save by group
  • Quick overwrite
  • Share by clipboard

For Windows 7 users, please download webview2 runtime.

Development

This project is based on tauri, depend on the following 2 language environments at the same time:

After installing the environment, this project relies on pnpm for front-end package management

  1. Install pnpm
npm i -g pnpm
  1. Use pnpm install dependencies
pnpm i
  1. Start development server
pnpm tauri dev

Build

Refer to the tauri documentation, and use the following command to build.

pnpm tauri build

License