@projmux/darwin-arm64 0.7.5 → 0.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/bin/projmux +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -79,7 +79,9 @@ Inside the app:
|
|
|
79
79
|
The `Alt-1` through `Alt-5` launch keys are the guaranteed zero-config
|
|
80
80
|
defaults. `Alt-7` is an additional editable built-in default. Add aliases in
|
|
81
81
|
Settings > Keybindings or `~/.config/projmux/keymap.toml`. If a key does not
|
|
82
|
-
fire,
|
|
82
|
+
fire, the Darwin release uses a native physical-key adapter automatically
|
|
83
|
+
inside `projmux shell` after one-time macOS Accessibility approval. On other
|
|
84
|
+
paths, run `projmux setup` outside tmux, then use `projmux init [terminal]
|
|
83
85
|
--apply` for supported terminal delivery fallbacks.
|
|
84
86
|
|
|
85
87
|
## Day-To-Day Use
|
package/bin/projmux
CHANGED
|
Binary file
|