ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.74k stars 2.37k forks source link

quick key for switching between quick,actions... tabs #1122

Closed haogodent2 closed 8 years ago

haogodent2 commented 8 years ago

This is a feature request. It would be nice if the tabs are slaved to different number values. This way we can quickly switch between tabs such as quick and actions which I find myself doing very often.

meee1 commented 8 years ago

this I think could happen. what key shortcuts would you suggest?

haogodent2 commented 8 years ago

I think using the 1,2,3,4,5... number keys would make sense here since there are quite a few sequential tabs and they are not currently mapped to anything.

meee1 commented 8 years ago

what about the modifier key? ie shift/ctl/ etc.

haogodent2 commented 8 years ago

I see that that ctrl+tab already scrolls through the different tabs. Do you mean ctrl+1, ctrl+2? That would work for me.

meee1 commented 8 years ago

that could work,

currently f2-f4 switch the main views and f12 connects. so ctrl-1... sounds like a good idea

haogodent2 commented 8 years ago

Ah, didn't know the F1,F2 shortcuts, that's actually pretty cool for switching frequently between flight, plan, and config.

iskess commented 8 years ago

Is there a list of shortcuts published anywhere? It would be great to have it somewhere in MP for reference.

meee1 commented 8 years ago

Main Screen F2 - FlightData F3 - FlightPlanner F4 - Tuning F5 - Refresh full param list Control-F - Temp screen Control-X - sysid selector Control-T - Blind connect

FlightData 1 - tab 1 2 - tab 2 3 - tab 3 4 - tab 4 5 - tab 5 6 - tab 6 7 - tab 7 8 - tab 8 9 - tab 9 0 - tab 10

FlightPlanner Control-Z - undo Control-O - open wp file Control-S - save wp file

AutoWP Grid Control-O - open grid file Control-S - save grid file

iskess commented 8 years ago

Thanks Michael. Could this be listed under the help tab?