Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 583 Bytes

File metadata and controls

17 lines (11 loc) · 583 Bytes

Caps Lock Java Monitor

Automatically disables Caps Lock whenever the java process is running.
Useful for games like Minecraft where a keybind uses Caps Lock.

Requirements

  • Linux (tested on Linux Mint)
  • xset and xdotool installed:
sudo apt install x11-xserver-utils xdotool

Note

This isn't limited to just Minecraft, you can easily just change what the program looks for in a process name. For example, instead of it looking for java, you could make it look for firefox. Again, I did just whim this up for Minecraft, but like it's customizable.