You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ux): add Screen Capture utility and shortcuts
- Add `kde-spectacle` to the OS package list
- Map `Print` key to Spectacle globally
- Add "Screen Capture" entry to `kiba-welcome` with productivity tip
- Enable discoverable and accessible screenshot functionality out-of-the-box
Co-authored-by: christopherfoxjr <213370400+christopherfoxjr@users.noreply.github.com>
Copy file name to clipboardExpand all lines: .Jules/palette.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,3 +14,8 @@
14
14
15
15
**Learning:** In list-heavy Zenity dialogs (like keyboard shortcut help), prepending descriptive emojis to action labels significantly improves visual anchor points and scannability for users. This reduces the cognitive load required to find specific information compared to plain text lists.
16
16
**Action:** Always prepend appropriate, high-contrast emojis to action labels in multi-column Zenity lists.
17
+
18
+
## 2024-05-24 - [Shortcut Discoverability in Onboarding]
19
+
20
+
**Learning:** Mapping standard hardware keys (like Print Screen) to expected utilities is only half the battle; surfacing these shortcuts within the primary onboarding tool (kiba-welcome) as "Productivity Tips" significantly increases user awareness and reduces the reliance on external documentation for basic OS functions.
21
+
**Action:** When adding new global shortcuts, always include a corresponding "Productivity tip" in the `kiba-welcome` menu to ensure immediate discoverability.
0 commit comments