🎨 Palette: implement standard keyboard shortcuts in skel#182
Conversation
Implement standard KDE Plasma 6 keyboard shortcuts in `/etc/skel/.config/kglobalshortcutsrc` to ensure out-of-the-box functionality and fulfill the "broken promise" of shortcuts advertised in the onboarding welcome screen. - Add Meta+T (Terminal), Meta+E (Files), Meta+S (Search), Meta+W (Overview), Meta+A (Quick Settings), Meta+L (Lock), and Meta+1-9 (Task Manager). - Include Meta+Arrows for window tiling. - Ensure correct section naming and component mapping for Plasma 6. Co-authored-by: christopherfoxjr <213370400+christopherfoxjr@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
🎨 Palette: Standard Keyboard Shortcuts
💡 What: Added a system-wide keyboard shortcut configuration to the KibaOS build process.
🎯 Why: The
kiba-welcomeonboarding tool advertises several Meta-key shortcuts (like Meta+T for Konsole or Meta+W for Overview) that were previously unconfigured in the system's skeleton directory. This change ensures that those advertised capabilities actually work from the first boot, providing a more intuitive and accessible "out-of-the-box" experience.♿ Accessibility: Enhances keyboard-only navigation by providing standard shortcuts for core system actions (Lock, Search, Terminal, Files).
Shortcuts Added:
Meta + T: Terminal (Konsole)Meta + E: File Manager (Dolphin)Meta + S: Search (KRunner)Meta + W: OverviewMeta + A: Quick SettingsMeta + L: Lock ScreenMeta + 1-9: Activate Task Manager EntriesMeta + Arrows: Window TilingPR created automatically by Jules for task 15560895704618745514 started by @christopherfoxjr