Rangi42 / tilemap-studio

A tilemap editor for Game Boy, Color, Advance, DS, and SNES projects. Written in C++ with FLTK.
https://hax.iimarckus.org/topic/7691/
Other
381 stars 30 forks source link

Shortcuts for Adding Modular Selections Directly to Clipboard #41

Closed JaceDeane closed 3 years ago

JaceDeane commented 3 years ago

Ctrl+C directly copying either the selection or the full map (after Ctrl+A to select all) to the clipboard as a shortcut instead of having to go to the export print options button. Although Ctrl+P + Ctrl+C is a quicker method of this, being able to directly add whatever selection is highlighted to the clipboard would be considerably useful

Rangi42 commented 3 years ago

Ctrl+C to copy the selected tilemap area to the clipboard, using the current grid/rainbow/palette settings, would make sense. Then Ctrl+A Ctrl+C would copy the whole tilemap without going through the Print dialog.