Bug 228531 - Inconsistant use of preview zoom-in function key-strokes
Summary: Inconsistant use of preview zoom-in function key-strokes
Status: RESOLVED WORKSFORME
Alias: None
Product: digikam
Classification: Applications
Component: Preview-Image (show other bugs)
Version: 1.2.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-25 21:56 UTC by Tom Cada
Modified: 2012-06-27 10:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 1.9.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Cada 2010-02-25 21:56:12 UTC
Version:           1.2.0 (using KDE 4.3.2)
Compiler:          gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9) 
OS:                Linux
Installed from:    Compiled From Sources

When I click View on the menu bar, it shows Zoom In as Cntl+ + and Zoom Out as Cntl+ -. Zoom Out works as shown.

However, Zoom In requires Cntl + Shift + "+".

Most other programs that I use such as Mozilla or Google Chrome use Zoom In as Cntl+ = (i.e. lower case +).

The same applies to showphoto.

Tom.
Comment 1 Johannes Wienke 2010-02-25 22:36:32 UTC
Which revision did you use? I cannot reproduce this with current trunk (1096047).
Comment 2 Tom Cada 2010-02-26 00:34:42 UTC
Revision 1085366.
Comment 3 Johannes Wienke 2010-02-26 10:16:45 UTC
Can you have a look under settings -> configure shortcuts whether the zooming shortcuts are setup correctly there?

Otherwise I have no idea what could cause this.
Comment 4 caulier.gilles 2010-02-26 10:20:37 UTC
Not reproducible too there. 

Gilles Caulier
Comment 5 Tom Cada 2010-02-26 17:33:11 UTC
The shortcuts specify:

Zoom In  Ctrl++ with an alternate of +
Zoom Out Ctrl+- with an alternate of -

Both types of Zoom In require the shift key to be pressed.

Perhaps I should download the latest release, and compile to see if the problem goes away.
Comment 6 Johannes Wienke 2010-02-26 18:19:18 UTC
Testing with current trunk is always a good idea.
Comment 7 Tom Cada 2010-03-04 22:53:50 UTC
I have downloaded, compiled, and installed digikam version 1.2.0 rev: 1096800. It is using KDE 4.3.2 and is running in Ubuntu 9.10. Using the shift key to zoom in is still necessary.

Tom.
Comment 8 Marcel Wiesweg 2010-05-17 22:36:57 UTC
Here I assume that the setting is changed in some configuration file.
Does someone know where KDE saves the shortcut settings?
Comment 9 caulier.gilles 2010-05-18 09:25:20 UTC
Marcel,

After to change Zoom- shortcuts with CTRL+P, KDE4 create a customized digikamui rc file at this place :

~/.kde4/share/apps/digikam/digikamui.rc

... where i can find this line :


 <ActionProperties>
  <Action shortcut="Ctrl+-; Ctrl+P" name="album_zoomout" />
 </ActionProperties>

Gilles
Comment 10 Marcel Wiesweg 2010-05-18 13:44:23 UTC
Ok Tom, can you please check if this file exists for you and, if yes, try if removing it helps?