Bug 313217 - [wish] New default keyboard shortcut
Summary: [wish] New default keyboard shortcut
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: Usability (show other bugs)
Version: git master (please specify the git hash!)
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Dmitry Kazakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-14 08:13 UTC by David REVOY
Modified: 2014-10-10 12:27 UTC (History)
2 users (show)

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 David REVOY 2013-01-14 08:13:32 UTC
This is a request for new default keyboard shortcut  ( and if not to late also for 2.6, it would facilitate future video tutorial ).

* filters :
Ctrl+i   for  Filter > Adjust > Invert 
Ctrl+U for  Filter > Adjust > HSV adjustement  ( shortcut attributed to text ; 'Underline' )
Ctrl+L  for  Filter > Adjust > Level ( shortcut attributed to text ; 'Align Left' )
(Note: compatible Ps/SAI/Painter )

* Tool :
T  for Move a Layer  ( Ctrl+T = transform ,  T only for moving make sens )

* Selections :
Ctrl+H  for  Select > Display selection  ( a simplification, for the moment its Ctrl+Shift+H )

* Saving
Ctrl+Shift+S for Save as

* View
Ctrl+F  for Full Screen Mode ( a simplification, for the moment its Ctrl+Shift+F )
Comment 1 Dmitry Kazakov 2013-01-21 14:01:35 UTC
Git commit 97cbbb49b9070cb956646deb0867856655eb34ea by Dmitry Kazakov.
Committed on 21/01/2013 at 14:58.
Pushed by dkazakov into branch 'master'.

Changed default shortcuts as suggested by David Revoy

This patch fixes most of the shortcuts mentioned in the bugreport except:

"Save As..." -- this is a standard KDE shortcut, so you can configure
                with a Configure Desktop dialog

"Fullscreen" -- this is a standard shortcut as well, but you can't easily
                set it to "Ctrl+F" due to bug 313621 in KDE shortcuts
                system.
Related: bug 313621

M  +11   -0    krita/image/kis_base_processor.cpp
M  +13   -0    krita/image/kis_base_processor.h
M  +1    -0    krita/plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp
M  +1    -0    krita/plugins/filters/example/example.cpp
M  +1    -0    krita/plugins/filters/levelfilter/kis_level_filter.cpp
M  +1    -1    krita/plugins/tools/defaulttools/kis_tool_move.h
M  +2    -1    krita/ui/kis_filter_manager.cc
M  +1    -1    krita/ui/kis_selection_manager.cc

http://commits.kde.org/calligra/97cbbb49b9070cb956646deb0867856655eb34ea
Comment 2 Raghavendra kamath 2014-10-10 12:27:33 UTC
more request >>
Ctrl + ] - raise layer 
ctrl + [ - move layer down
shift + ctrl + ] raise layer to top
shift + ctrl + [ move layer to bottom of the stack or group

now ctrl + ] and ctrl + [  is assigned to rotate canvas, which has 4, 5,6 also assigned to it.
when we use vector shape in a layer these shortcuts are assigned to arrange vector shapes
May be we can assign them according to the selection like if layers are selected the raise or move down layers, or if vector shape is selected then arrange shapes.


In my opinion we work more with layers and managing lots of layers are made easy with these shortcuts. May be we can discuss this

thank you