Blog: 2023-03-01: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
capslock = overload(control, esc) |
capslock = overload(control, esc) |
||
</pre><code>nmcli</code> is a friendly alternative to <code>ip a</code>. Nice! |
</pre><code>nmcli</code> is a friendly alternative to <code>ip a</code>. Nice! |
||
Protonmail <code>gi</code> shortcut to go to inbox does work, if the focus is on the view: clicking on the little toolbar at the top of the email gives it this focus. Could try to fix it with a hacky script, or fix it in the WebClients repository (bad name, though I can always rename locally)... |
|||
The captcha local issue isn't happening on my ubuntu side, strange. |
Revision as of 17:35, 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!
Protonmail gi
shortcut to go to inbox does work, if the focus is on the view: clicking on the little toolbar at the top of the email gives it this focus. Could try to fix it with a hacky script, or fix it in the WebClients repository (bad name, though I can always rename locally)...
The captcha local issue isn't happening on my ubuntu side, strange.