varying degrees of difficulty

« Back to blog
Feb 15
Views

Workaround for NX Capslock problem

Create a script for your path, like so:

#!/bin/sh
xsendkeycode 66 1
xsendkeycode 66 0

and install lineakd (which contains the xsendkeycode).

Leave a comment...