| Summary: | Cannot change Kate shortcuts on MS Windows | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Petyo Milotinov <pmilotinov> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | andriusmao, windows-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Petyo Milotinov
2010-05-18 12:37:45 UTC
Can reproduce here.. ( using recent git)
debug output may tell us something ( I was trying to add a shortcut to find-in-files):
[6012] Critical:kate(6012)/kdeui (kdelibs): Could not write to "c:/users/andrius/appdata/roaming/.kde/share/apps/kate/plugins/findinfiles\ui.rc"
[6012] Critical:kate(6012)/kdeui (kdelibs): Could not write to "c:/users/andrius/appdata/roaming/.kde/share/apps/kate/plugins/katekonsole\ui.rc"
dir %APPPDATA%\.kde\share\apps\kate\plugins has no files inside
there is %APPDATA%\.kde\share\apps\findinfiles\findinfilesDefaultshortcuts.rc that seems to have the shortcut I've added:
<kpartgui version="1" name="findinfiles">
<ActionProperties>
<Action shortcut="Ctrl+Shift+K" name="findinfiles_edit_find_in_files"/>
</ActionProperties>
</kpartgui>
p.s.: this does not happen other apps ( tried dolphin ) I've just updated to 4.4.4 and the problem is solved. Thanks very much! |