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 582872 - The view should have keyboard shortcuts
The view should have keyboard shortcuts
Status: RESOLVED FIXED
Product: libchamplain
Classification: Core
Component: view
0.3.0
Other Linux
: Normal enhancement
: 0.4
Assigned To: libchamplain-maint
libchamplain-maint
Depends on:
Blocks:
 
 
Reported: 2009-05-16 15:19 UTC by Pierre-Luc Beaudoin
Modified: 2009-08-26 04:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre-Luc Beaudoin 2009-05-16 15:19:04 UTC
I was using Google Maps on my cellphone and realized that libchamplain could use keyboard shortcuts: at least bind the arrow keys to moving the map around.
Comment 1 Pierre-Luc Beaudoin 2009-08-26 04:06:27 UTC
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>  2009-08-26 00:06:10
Committer: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>  2009-08-26 00:06:10
Parent: e1c5771b773731b410e02cbde5d56f8a469cebb0 (Fix a bug where tiles were not loaded if resized vertically)
Branch: master
Follows: LIBCHAMPLAIN_0_3_91
Precedes: 

    Add keyboard shortcuts
    
    This commit add many future API additions for libchamplain
    
    Arrows: move around by 1/4 of the viewport size's
    Ctrl+up/down: zoom in, zoom out of 1 level
    
    The scrolling will be smooth if in KINETIC mode, otherwize
    non smooth (as center_on would do).