Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.62 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.62 KB

axer.tech | VX Ace Shortcuts Override

Static Badge Static Badge

VX Ace Shortcuts Override, just like the name suggests, provides a way to bypass those wonky leftover keyboard shortcuts that get in they way of typing accented letters inside the RPG Maker VX Ace editor.

How does it work?

This tool works by injecting a DLL file into currently running VXA editor instance. For this reason antivirus software will most probably prevent running it or even straight up remove it right after downloading, so to make it work you have to add the tool to the exceptions list.

How do I use it?

how_to_use.mp4
  • extract the zip at a desired location
  • run vxa_shortcuts_override.exe
  • editor's location should be automatically detected - if not, provide it manually
  • a system notification will appear to indicate successful injection

Features & roadmap

  • inject a DLL overriding nonsensical built-in shortcuts\
  • editor location detection
  • autolaunch with injection
  • support for languages other than polish
  • switch to a less invasive hotkey hooking if possible (i.e. not global)
  • permanently patch the editor instead of having to run the fix manually with every lanuch

Building

Toolchain

Requires i686-pc-windows-msvc target on nightly channel.