Bug 380713 - Aambiguous Control S (Ctrl+S) in Editor
Summary: Aambiguous Control S (Ctrl+S) in Editor
Status: RESOLVED FIXED
Alias: None
Product: rkward
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR normal
Target Milestone: ---
Assignee: RKWard Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-11 22:51 UTC by RKWard Team
Modified: 2009-01-30 07:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RKWard Team 2009-01-11 22:51:10 UTC
-- Originally posted by (AT sourceforge.net): kapatp --

-- This ticket was imported from http://sourceforge.net/p/rkward/bugs/37 on 2017-05-30 15:26:43 +0100 --
When editing a script file, Ctrl+S creates an ambiguous action conflicting with "Save Workspace" as a result no action is triggered. This is observed using the svn trunk of rkward  and KDE 4.1.85 on Kubuntu 8.10.

Lines 349 - 352 of rkward.cpp specifically sets Qt:ControlModifier + Qt::ShiftModifier + Qt::Key\_S as the action shortcut for "Save Workspace" but, the Shift modifier seems to be ignored. One solution \(works\) is to change the "Kate Part" Save shortcut from Kate to something other than Ctrl+S.-- Labels: user interface --
Comment 1 RKWard Team 2009-01-30 07:35:35 UTC
-- Originally posted by (AT sourceforge.net): kapatp --
This issue has been fixed, thanks to Roy Qu for the patches....
List thread: 
https://sourceforge.net/mailarchive/forum.php?thread\_name=de8c7cb40901122329v6cf83dc8l249259b661742071%40mail.gmail.com&forum\_name=rkward-devel
Comment 2 RKWard Team 2009-01-30 07:35:35 UTC
-- Originally posted by (AT sourceforge.net): kapatp --
- **status**: open --> closed-fixed