Add more actions to the Layer menu bar entries

This commit is contained in:
Keavon Chambers
2024-12-26 16:31:13 -08:00
parent a6676e4abd
commit feba87449b
3 changed files with 33 additions and 11 deletions

View File

@@ -290,6 +290,11 @@ impl fmt::Display for Key {
KeyboardPlatformLayout::Standard => "Ctrl",
KeyboardPlatformLayout::Mac => "",
},
Self::MouseLeft => "LMB",
Self::MouseRight => "RMB",
Self::MouseMiddle => "MMB",
Self::MouseBack => "Mouse Back",
Self::MouseForward => "Mouse Fwd",
_ => key_name.as_str(),
};