Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddcrosby committed Dec 3, 2022
1 parent 35f0ca1 commit c6627d1
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
2 changes: 1 addition & 1 deletion emacs/community.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Community / Development
# Community and Development

| key | command | desc |
| --- | --- | --- |
Expand Down
8 changes: 5 additions & 3 deletions graphics-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
# GNOME


## Move windows

Alt-F7 to move a finicky window


## Turn caps lock into control key

```shell
Expand All @@ -26,9 +31,6 @@ dconf write /org/gnome/desktop/input-sources/xkb-options "['ctrl:nocaps']"
Add a `.desktop` file to `/usr/share/xsessions`


# X Windows


# X Windows

- [X and NeWS history](http://minnie.tuhs.org/pipermail/tuhs/2017-September/010471.html)
Expand Down
29 changes: 29 additions & 0 deletions z_meta/colemak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Colemak

- [keyzen-colemak](https://first20hours.github.io/keyzen-colemak/)
- [Colemak.Academy](https://colemak.academy)


## amphetype

Once you've wrapped your head around the keyboard basics it's more interesting to try typing in something other than random words.

<https://gitlab.com/franksh/amphetype>

```shell
pip install --user amphetype
```

[Old Google site](https://code.google.com/archive/p/amphetype/)


## Tarmak

[Tarmak](https://forum.colemak.com/topic/1858-learn-colemak-in-steps-with-the-tarmak-layouts/) is a way to transition incrementally to Colemak. Doesn't come standard with macOS.


## Colemak-DH

There's a slightly more ergonomic typing layout called [Colemak-DH](https://colemakmods.github.io/mod-dh/)

While there's [macOS keyboard layouts](https://github.com/ColemakMods/mod-dh/tree/master/macOS), apparently macOS will boot you back to a normal keyboard if you use these for sensitive inputs (which would be a big hassle/problem when typing in a hurry).

0 comments on commit c6627d1

Please sign in to comment.