[plasma-integration] [Bug 429403] Changing shortcut for "Move to Trash" breaks Delete key in text fields/editors

2024-03-23 Thread Vova Mshanetskiy
https://bugs.kde.org/show_bug.cgi?id=429403

--- Comment #7 from Vova Mshanetskiy  ---
There is a very simple workaround for this bug, at least for Dolphin. Just
configure your preferred Move to trash / Delete shortcuts inside Dolphin itself
(Menu > Settings > Keyboard shortcuts). They override shortcuts configured in
System Settings, so you can leave those at their defaults.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-integration] [Bug 429403] Changing shortcut for "Move to Trash" breaks Delete key in text fields/editors

2024-03-23 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=429403

Duncan <1i5t5.dun...@cox.net> changed:

   What|Removed |Added

 CC||1i5t5.dun...@cox.net

--- Comment #6 from Duncan <1i5t5.dun...@cox.net> ---
CCing.

THIS is why "delete" has very frustratingly not done text-delete for me for
ages (since kde3 era I believe, certainly it was broken in  kde/plasma5 and
remains broken on 6, but not sure about 4)!

Being an old-timer even the confirm-on-delete is a luxury and I just learned to
be careful, tho I still find delete-confirmation a useful luxury so enable it
where possible.  But trash?!  Bah-humbug!  It just gets in the way of actually
freeing the space I wanted free or I'd not be deleting the file in the first
place!

Unfortunately, kde/dolphin doesn't appear to allow actually disabling trash,
but it's set to the smallest possible size (0.01%, ~2MB on my 20 gig /home) 
and time (24 hours), warn-on-full, which means a warning (I've gotten one in
~20 years!) if I mistakenly trash instead of delete a file over 2MB,
(hopefully) delete with a llloonnggg latency of a 24 hours if it's under that. 
Meanwhile, the unused trash functionality shortcut is disabled, and delete is
configured to do what it says on the label -- delete (albeit with
confirmation).

Now I find out that having delete configured to actually do what it says on the
label (the key is NOT labeled "trash"!) for files is unintuitively killing the
other normal delete-key functionality, text-deletion! =:^(

At least now I can go digging in the source to see about changing the default
shortcuts so delete actually does what it says on the label without me having
to customize the shortcut, thus triggering this bug...

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-integration] [Bug 429403] Changing shortcut for "Move to Trash" breaks Delete key in text fields/editors

2023-10-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=429403

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 CC||stefan@pm.me

--- Comment #5 from fanzhuyi...@gmail.com ---
*** Bug 469449 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-integration] [Bug 429403] Changing shortcut for "Move to Trash" breaks Delete key in text fields/editors

2023-10-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=429403

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 CC||fanzhuyi...@gmail.com

--- Comment #4 from fanzhuyi...@gmail.com ---
As a temporary work around, should we temporarily disable the ability to change
shortcuts for the action "Move to trash"? Having the delete key stop working
for editting text fields is far more annoying then not being able to change a
pretty reasonable default shortcut for trashing files.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-integration] [Bug 429403] Changing shortcut for "Move to Trash" breaks Delete key in text fields/editors

2023-05-07 Thread Stefan Lux
https://bugs.kde.org/show_bug.cgi?id=429403

Stefan Lux  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=469449

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-integration] [Bug 429403] Changing shortcut for "Move to Trash" breaks Delete key in text fields/editors

2022-09-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429403

Nate Graham  changed:

   What|Removed |Added

   Keywords|regression  |

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-integration] [Bug 429403] Changing shortcut for "Move to Trash" breaks Delete key in text fields/editors

2020-11-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429403

Nate Graham  changed:

   What|Removed |Added

 CC||h...@kde.org

--- Comment #3 from Nate Graham  ---
That seems reasonable, but we use the QKeySequence:: chars all over
the place throughout Plasma on the asumption that our QPA will translate them
through our KStandardShortcut system. Perhaps this basic design is flawed and
needs to be re-thought.

Eike, could you comment?

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-integration] [Bug 429403] Changing shortcut for "Move to Trash" breaks Delete key in text fields/editors

2020-11-20 Thread Vova Mshanetskiy
https://bugs.kde.org/show_bug.cgi?id=429403

--- Comment #2 from Vova Mshanetskiy  ---
I do not think that QKeySequence::Delete means "Delete a file" in Qt. I think
it means only "Delete a character". The Ctrl+D combination comes from here:

https://github.com/qt/qtbase/blob/e4961b35deb202525d4711dbb14f8c2bb0bf5c26/src/gui/kernel/qplatformtheme.cpp#L197

The comment says it is from Emacs.

I think that the correct fix for bug 426573 should be replacing use of
StandardKey.Delete with something else, because i think StandardKey.Delete is
not about deleting files.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-integration] [Bug 429403] Changing shortcut for "Move to Trash" breaks Delete key in text fields/editors

2020-11-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429403

Nate Graham  changed:

   What|Removed |Added

   Keywords||regression
 Status|REPORTED|CONFIRMED
   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=426573
 CC||n...@kde.org
 Ever confirmed|0   |1

--- Comment #1 from Nate Graham  ---
Oh dear, that explanation seems quite plausible, yes. :(

Unfortunately reverting that change would break the fix for Bug 426573. Not
sure how to proceed.

-- 
You are receiving this mail because:
You are watching all bug changes.