Summary: | Shortcuts using accented characters are not saved into the config file correctly, and get removed after a reboot | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kglobalaccel | Reporter: | jonasdoering1 |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | fanzhuyifan, kde, kdedev, nate |
Priority: | NOR | ||
Version: | 6.7.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
jonasdoering1
2024-10-28 11:10:58 UTC
After you set the desired shortcut, can you open the ~/.config/kglobalshortcutsrc file, fine the line with "Walk Through Windows" in it, and paste the whole line here? Perhaps the accented character is getting saved to the config file incorrectly, and then gets marked as invalid and removed later. (In reply to Nate Graham from comment #1) > After you set the desired shortcut, can you open the > ~/.config/kglobalshortcutsrc file, fine the line with "Walk Through Windows" > in it, and paste the whole line here? Perhaps the accented character is > getting saved to the config file incorrectly, and then gets marked as > invalid and removed later. Hey, thank you for the quick response! I think my problem is with "Walk Through Windows of Current Application", but you're right, the character there looks screwed: > Walk Through Windows=Alt+Tab,Alt+Tab,Walk Through Windows > Walk Through Windows (Reverse)=Alt+Shift+Tab,Alt+Shift+Tab,Walk Through Windows (Reverse) > Walk Through Windows Alternative=,,Walk Through Windows Alternative > Walk Through Windows Alternative (Reverse)=,,Walk Through Windows Alternative (Reverse) > Walk Through Windows of Current Application=Alt+ោ?,Alt+`,Walk Through Windows of Current Application > Walk Through Windows of Current Application (Reverse)=,Alt+~,Walk Through Windows of Current Application (Reverse) > Walk Through Windows of Current Application Alternative=,,Walk Through Windows of Current Application Alternative > Walk Through Windows of Current Application Alternative (Reverse)=,,Walk Through Windows of Current Application Alternative (Reverse) So the faulty line is probably: > Alt+ោ?,Alt+` Idk where Alt+` is coming from, maybe from previous experiment Looks like I cannot edit my post: after restarting, the line in question becomes "Walk Through Windows of Current Application=,Alt+`,Walk Through Windows of Current Application". So I figure Alt+` is some default value, and you're probably having the right hunch here. That said, changing the line to "Walk Through Windows of Current Application=Alt+^,Alt+`,Walk Through Windows of Current Application" , manually achieved nothing - it remains, but doesn't allow me to toggle through the windows. |