mob-coordinator 0.3.0 → 0.3.1

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
@@ -59,7 +59,7 @@ If you see errors about missing native modules, run `npm run setup` to auto-dete
59
59
 
60
60
  ### Launching Instances
61
61
 
62
- 1. Click **+ Launch Instance** (or press **Alt+N**)
62
+ 1. Click **+ Launch Instance** (or press **Alt/Option+N**)
63
63
  2. Type or paste a working directory path (autocomplete suggests as you type)
64
64
  3. Optionally set a name, model, and permission mode
65
65
  4. Click **Launch** (or press **Ctrl+Enter**)
@@ -72,11 +72,14 @@ All shortcuts are rebindable in **Settings > Shortcuts**.
72
72
 
73
73
  | Default Shortcut | Action |
74
74
  |---|---|
75
- | **Alt+N** | Open launch dialog |
76
- | **Alt+B** | Toggle sidebar |
77
- | **Alt+Up/Down** | Cycle through sessions |
78
- | **Alt+R** | Resume selected instance |
79
- | **Ctrl/Cmd+1-9** | Jump to session by position |
75
+ | **Alt/Option+N** | Open launch dialog |
76
+ | **Alt/Option+B** | Toggle sidebar |
77
+ | **Alt/Option+Up/Down** | Cycle through sessions |
78
+ | **Alt/Option+R** | Resume selected instance |
79
+ | **Alt/Option+W** | Kill selected instance |
80
+ | **Alt/Option+X** | Dismiss selected instance |
81
+ | **Alt/Option+,** | Open settings |
82
+ | **Alt/Option+1-9** | Jump to session by position |
80
83
  | **Ctrl+C** | Copy selected text (or send interrupt if no selection) |
81
84
  | **Ctrl+V** | Paste from clipboard into terminal |
82
85
  | **Ctrl+Enter** | Launch instance (in launch dialog) |