mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 19:08:05 +08:00
Add more actions to the Layer menu bar entries
This commit is contained in:
@@ -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(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user