tumic0 / GPXSee

GPS log file viewer and analyzer with support for GPX, TCX, KML, FIT, IGC, NMEA, SLF, SML, LOC, GPI, GeoJSON and OziExplorer files.
https://www.gpxsee.org
GNU General Public License v3.0
937 stars 129 forks source link

CTRL+R to refresh #514

Closed jidanni closed 11 months ago

jidanni commented 11 months ago

Let's say we update a file on disk. A quick way to refresh from disk would be CTRL+R. Saves much time over File --> Refresh in the menus.

tumic0 commented 11 months ago

QKeySequence::Refresh is used as the shortcut for "reload". For example in my KDE this is F5 and it works fine. Windows and Mac have different shortcuts but they should work as well. If you have no shortcut available, your DE probably does not define one for the "reload" action.

jidanni commented 11 months ago

Anyway, this is a consequence of using the Android version of the app on a Chromebook...