Change menu accelerator from 'L' to '/' (since L is already in use). Add ctrl+l to switch to this mode. (Similar to other mode shortcut switch) --- src/vikwindow.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/vikwindow.c b/src/vikwindow.c index 854dd59..6c7419e 100644 --- a/src/vikwindow.c +++ b/src/vikwindow.c @@ -2322,7 +2322,7 @@ static GtkRadioActionEntry mode_entries[] = { { "ModeUTM", NULL, N_("_UTM Mode"), "<control>u", NULL, 0 }, { "ModeExpedia", NULL, N_("_Expedia Mode"), "<control>e", NULL, 1 }, { "ModeMercator", NULL, N_("_Mercator Mode"), "<control>g", NULL, 4 }, - { "ModeLatLon", NULL, N_("_Lat/Lon Mode"), NULL, NULL, 5 }, + { "ModeLatLon", NULL, N_("Lat_/Lon Mode"), "<control>l", NULL, 5 }, }; static GtkRadioActionEntry tool_entries[] = { -- 1.7.2.3 ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ Viking-devel mailing list Viking-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/viking-devel Viking home page: http://viking.sf.net/