@projmux/darwin-x64 0.7.5 → 0.8.0

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 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, run `projmux setup` outside tmux, then use `projmux init [terminal]
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projmux/darwin-x64",
3
- "version": "0.7.5",
3
+ "version": "0.8.0",
4
4
  "description": "macOS x64 binary for projmux",
5
5
  "license": "MIT",
6
6
  "repository": {