Blog: 2023-03-01: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
# Maps capslock to escape when pressed and control when held. |
# Maps capslock to escape when pressed and control when held. |
||
capslock = overload(control, esc) |
capslock = overload(control, esc) |
||
</pre><code>nmcli</code> is a friendly alternative to <code>ip a</code>. Nice! |
|||
</pre> |
Revision as of 17:32, 1 March 2023
Looks like I can't start article names with "Project:" due to namespace aliasing. Ok, I can start it with `Project/`.
Not having markdown in mediawiki is getting a bit annoying
Ubuntu caps-lock-as-control not working right now
Ok I found a good keymapping program, it's called `keyd` and it is actually good and simple. Here's my config for it:
# /etc/keyd/default.conf [ids] * [main] # Maps capslock to escape when pressed and control when held. capslock = overload(control, esc)
nmcli
is a friendly alternative to ip a
. Nice!