user12520850
user12520850

Reputation:

Python Script to change keyboard letters

I want to know if it's possible to write a script for my keyboard, which can change single letters. For example, I want to type "e" instead of "p". Is it possible to get the "p" after entering a keystroke like "e"?

The purpose is: I've a broken keyboard and I want to replace some letters for my main usage. So the script must run immadiately after entering a keystroke. If that makes sense!

Upvotes: 4

Views: 123

Answers (1)

Jamato
Jamato

Reputation: 379

I'd recommend Autohotkey instead.

Upvotes: 1

Related Questions