mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
feat(map): click selected unit coordinates panel will now change location system
This commit is contained in:
@@ -205,6 +205,11 @@ export class ControlTipsPlugin implements OlympusPlugin {
|
||||
"action": "Increase precision",
|
||||
"mouseoverSelector": `#coordinates-tool[data-location-system="MGRS"], #coordinates-tool[data-location-system="MGRS"] *`
|
||||
},
|
||||
{
|
||||
"key": `Mouse1 or Z`,
|
||||
"action": "Change location system",
|
||||
"mouseoverSelector": "#unit-coordinates *"
|
||||
},
|
||||
{
|
||||
"key": `Mouse2`,
|
||||
"action": "Copy to clipboard",
|
||||
|
||||
Reference in New Issue
Block a user