Skip to content
Snippets Groups Projects
Commit eacd82b8 authored by Albert Gräf's avatar Albert Gräf
Browse files

Reenable the Ctrl+V keybinding in the canvas edit menu.

This disables the "paste from clipboard" functionality for now, which is conflated with the ordinary paste at present. Combining the two isn't a good idea anyway due to various reasons, cf. jwilkes/purr-data#156.
parent 391afc65
No related branches found
No related tags found
1 merge request!23Clipboard paste fixes
......@@ -192,8 +192,8 @@ function create_menu(gui, type) {
// "Ctrl-V" isn't displayed in the menu item.
edit_menu.append(m.edit.paste = new gui.MenuItem({
label: l("menu.paste"),
//key: "v",
//modifiers: cmd_or_ctrl,
key: "v",
modifiers: cmd_or_ctrl,
tooltip: l("menu.paste_tt")
}));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment