After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 302870 - Print keyboard shortcut
Print keyboard shortcut
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
2.2.x
Other All
: Low enhancement
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-05-03 16:00 UTC by Michal Svec
Modified: 2008-02-19 15:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michal Svec 2005-05-03 16:00:03 UTC
Please make Ctrl+P a shortcut for Print, it's a standard in most applications
(most notably mozilla/firefox, OOo, etc).
Comment 1 Sven Neumann 2005-05-03 19:12:56 UTC
Ctrl-P is already taken by the Palettes dialog and I don't think we want to
change this keybinding.
Comment 2 Michal Svec 2005-05-04 16:29:29 UTC
Yeah, I admit changing existing shortcuts is somehow problematic,
but having all-apps-but-gimp using different scheme is IMHO much
worse.
Comment 3 Alan Horkan 2005-05-05 16:43:24 UTC
With the introduction of the Dock in Gimp 2.0 I do not think there is as much
need for keybindings to help manage window and bring things to the front.  

As you probably already know Gnome applications use Ctrl+P for Print (adding the
HIG keyword to this report).  
Link to the relevant section of the Gnome Human Interface Guidelines:  
http://developer.gnome.org/projects/gup/hig/2.0/input-keyboard.html#standard-shortcuts

It might help minimise disruption this and any other keybinding changes were
done at the same time as the planned menu reorganisation (gimp 3.0?).  

Comment 4 Sven Neumann 2005-05-06 18:32:31 UTC
Print is a plug-in. It is not necessarily available on all GIMP installations
and we currently don't have a way to specify default shortcuts for plug-ins. So
this is either WONTFIX or very low priority.
Comment 5 Michal Svec 2005-05-06 19:11:48 UTC
Well, from the user's perspective it's IMHO a major usability flaw.
Comment 6 Sven Neumann 2005-05-11 15:23:39 UTC
If we can improve GIMP's usability so much that a keyboard shortcut can be
considered a major usability flaw, that would make me very happy.
Comment 7 Michal Svec 2005-05-11 17:52:01 UTC
Oh, it's just one of the flaws ;-) Anyways, it's quite confusing.
Even no shortcut would be better then having it different IMHO.
Comment 8 Alan Horkan 2005-05-19 21:09:12 UTC
If you were to have a permanent Print menu it (but greyed out if unavailable)
might that approach make it any easier to implement this?  
Comment 9 Sven Neumann 2005-05-19 22:29:00 UTC
No, that would make it more difficult. Alan, can you please leave this up to us?
You are not qualified to make suggestions about the implementation. The problem
has been reported, it is acknowledged and it will be taken care of.
Comment 10 Sven Neumann 2006-07-07 15:31:47 UTC
2006-07-07  Sven Neumann  <sven@gimp.org>

        Use Ctrl-P as the default keyboard shortcut for Print (bug #302870):

        * app/actions/dialogs-actions.c: removed Ctrl-P shortcut from
        Palettes dialog.

        * etc/Makefile.am
        * etc/menurc: added a default menurc file that binds Ctrl-P to
        file-print-gtk.

        * app/core/gimp-user-install.c: install the default menurc.
Comment 11 Larsen 2008-02-19 10:57:11 UTC
Sorry for digging out this old bug, but I guessed it would be better than submitting a new one.

If I understand comment 10 correctly, there should be a default shortcut Ctrl+P now. This is not the case in GIMP 2.4.4 under Windows. I also cannot add a shortcut via File > Keyboard Shortcuts as there is not entry for "print".


Lars
Comment 12 david gowers 2008-02-19 12:10:40 UTC
That sounds like you do not have the Print plugin installed. Have you tried typing 'print' in the keyboard shortcuts dialog, with Plugins section opened up, to search for the print plugin?
Comment 13 Larsen 2008-02-19 13:35:38 UTC
Ah, I see. I didn´t know that this is a plugin.

Is there any chance that Ctrl+P will become the default shortcut? IMHO this is strange to the "normal" user who is used to this shortcut from most of the other programs.
Comment 14 Michael Schumacher 2008-02-19 14:46:23 UTC
It should be ctrl+p upon a fresh user install. Not if you already had an existing setup for 2.2, which will be migrated, however.

David: with 2.4 and up, the user would have to erase the print.exe manually to not have it installed. I seriously doubt someone would so such a specific change *and* then complain about a missing plugin ;)
Comment 15 Larsen 2008-02-19 15:23:30 UTC
I just installed it on a test system and the shortcut is there as expected. So, I can confirm this shortcut was not set because I updated from 2.2 to 2.4. Everything´s fine =)

Thanks for the help.