fix(mouseinfopanel): switched to right mouse button to copy coordinates, added tip

This commit is contained in:
MarcoJayUsai
2024-11-20 11:27:40 +01:00
parent e273203629
commit b61289d996
3 changed files with 9 additions and 6 deletions

View File

@@ -204,6 +204,11 @@ export class ControlTipsPlugin implements OlympusPlugin {
"key": `Period`,
"action": "Increase precision",
"mouseoverSelector": `#coordinates-tool[data-location-system="MGRS"], #coordinates-tool[data-location-system="MGRS"] *`
},
{
"key": `Mouse2`,
"action": "Copy to clipboard",
"mouseoverSelector": `#unit-coordinates-container > #unit-coordinates > .mouse-tool-item > .copyable`
}
]
},