Skip to content

Commit

Permalink
Update hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjyoder committed Feb 19, 2024
1 parent d371891 commit 89b9eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ fun main() = application {
"Export base image...",
icon = painterResource("icons/$themeStr/export_graph.svg"),
onClick = { editorViewModel.mapViewModel.exportBaseImage() },
shortcut = KeyShortcut(Key.Y, alt = true),
shortcut = KeyShortcut(Key.V, alt = true),
enabled = editorViewModel.editorType == EditorType.RKM_MAP // && baseImage != null
)
Item(
Expand Down

0 comments on commit 89b9eaf

Please sign in to comment.