Add a switchers chapter and fix drift found on a second manual pass

Add "Coming From Mac or Windows" as chapter 3: a translation layer for
Cmd/Win instincts rather than a feature tour.

Fill the remaining coverage gaps: fcitx5 input methods, laptop speaker
tuning, touchpad haptics, crash capture in the toggle table, the
installable font list, and the ChatGPT Desktop and Grok Bot entries.

Correct claims that drifted from the source: the network and bluetooth
bar icons no longer launch nmtui/bluetoothctl, monitor scaling steps
rather than cycles, and the display widget's scroll steps brightness.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
David Heinemeier Hansson
2026-08-13 22:52:13 +02:00
co-authored by Claude Fable 5
parent de854d3f0c
commit 1ae83f1606
51 changed files with 119 additions and 47 deletions
+24
View File
@@ -0,0 +1,24 @@
# Unified Clipboard & History
Usually on Linux, you need `Ctrl + Shift + C/V` to copy'n'paste in the terminal and `Ctrl + C/V` to do it everywhere else. That's hard to get used to for anyone who hasn't been born and bred on Linux! So too is the switch from super to ctrl, if you're coming from the Mac.
Omarchy tackles both problems with unified clipboard hotkeys that work (almost) everywhere. They are:
| Hotkey | Command |
| ------- | ----------- |
| Super + C | Copy |
| Super + X | Cut |
| Super + V | Paste |
| Super + Ctrl + V | Clipboard history |
_Note that most agent harnesses will use `Ctrl + V` for pasting images, but `Super + V` for pasting text._
### Clipboard history
The clipboard history is provided by the Omarchy shell and works for both text and images. You trigger it by `Super + Ctrl + V`, select your entry with return, and then that'll be placed on the clipboard ready to paste on `Super + V`.
![clipbord-history.png](https://learn.omacom.io/u/clipbord-history-soxtYp.png)
You can also search the history just by starting to type:
![clipboard-history-search.png](https://learn.omacom.io/u/clipboard-history-search-S0PjCI.png)