GNS3 / gns3-gui

GNS3 Graphical Network Simulator
http://www.gns3.com
GNU General Public License v3.0
2.19k stars 437 forks source link

Control menu Shortcut Keys #3612

Closed braza2004 closed 4 months ago

braza2004 commented 4 months ago

What we did

In response to Issue #3602, my Colleague and I designed shortcut keys for the "Start All Nodes", "Stop All Nodes" and "Suspend All Nodes" options in the Control menu.

grossmj commented 4 months ago

Thanks for the PR however why choosing F5 which I think could be complicated on some laptops?

For instance, VMware uses the following shortcuts:

VMware_shortcuts

braza2004 commented 4 months ago

@grossmj We couldn't think of keys that would be intuitive for the respective functions so we used the ones Visual Studio has for running and stopping code. We were not aware of the conventions used in network simulators but now that you have informed us, I have modified the shortcuts to Ctrl+B, E and J in my recent commits.

grossmj commented 4 months ago

We were not aware of the conventions used in network simulators.

Not sure this is a convention, I was just thinking of easier shortcuts, especially for laptop users. Anyway, thanks for changing these, I will test and merge soon 👍