Blog: 2023-03-01: Difference between revisions
Jump to navigation
Jump to search
(Created page with "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 annoyi...") |
No edit summary |
||
Line 4: | Line 4: | ||
Ubuntu caps-lock-as-control not working right now |
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: |
|||
<pre> |
|||
# /etc/keyd/default.conf |
|||
[ids] |
|||
* |
|||
[main] |
|||
# Maps capslock to escape when pressed and control when held. |
|||
capslock = overload(control, esc) |
|||
</pre> |
Revision as of 17:30, 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)