From kde-bugs-dist Wed Jun 29 02:04:00 2005 From: Clarence Dang Date: Wed, 29 Jun 2005 02:04:00 +0000 To: kde-bugs-dist Subject: [Bug 108280] suggest keybinding for Zoom 1:1 use Ctrl+0 same as Message-Id: <20050629020400.18956.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=112001066204126 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=108280 ------- Additional Comments From dang kde org 2005-06-29 04:03 ------- On Wed, 29 Jun 2005 03:39 am, David Faure wrote: > Since we don't use Ctrl+0 at this point, and we don't have a keybinding for > "zoom 1:1" either, this sounds like a good idea to me. > If anyone's looking for a junior job: all it takes is a "new KAction" and a > slot per KOffice application. Shouldn't this be a KStdAccel job instead of KOffice? There's already a KStdAction::actualSize(). On Wed, 29 Jun 2005 04:42 am, boud valdyas org wrote: > Maybe the junior jobber could at the same time bind ctrl-shift-+ and > ctrl-minus to the zoom in & out functions? I thought KStdAction::zoom{In,Out}() already took care of this? I admit I don't have KOffice compiled ATM though. On Wed, 29 Jun 2005 03:39 am, David Faure wrote: > [maybe one day we could make the zoom combo a > standard libkofficecore action...] Part of my KDE4 kdelibs plan actually. Even KView has it's own implementation IIRC.