Sometimes I need to move selected tiles, but repeatedly using Ctrl+X and Ctrl+V is inconvenient. Maybe it is helpful to implement a more efficient way to move tiles, such as using Ctrl+arrow keys for direct movement?
There’s a scripted tool that implements this: tiled-scripts/Move Tiles Tool/MoveTilesTool.js at main · eishiya/tiled-scripts · GitHub
Because it’s a separate tool you have to switch to, and because it requires an extra key press to commit the move, it’s not as convenient as you might imagine though. Even though I wrote it, I find cut+paste to be faster in most scenarios.
Implementing it as actions that can be triggered without it being a tool might be more convenient. It’d also mean no preview/commit though, any move would be immediately committed, which has upsides and downsides.