0

I want to create a custom keyboard layout for Windows 8, as the standard Persian keyboard layout has many problems and many keys have been replaced.

Is there a way or any software which I can use to create a custom keyboard layout?

Indrek
  • 24,874

1 Answers1

0

You can use AutoHotKey. It allows you to map your keyboard.

AutoHotkey is a free, open-source utility for Windows. With it, you can:

  • Automate almost anything by sending keystrokes and mouse clicks. You can write a mouse or keyboard macro by hand or use the macro recorder.
  • Create hotkeys for keyboard, joystick, and mouse. Virtually any key, button, or combination can become a hotkey.
Dave
  • 25,513