There are several tools for this which work on Wayland. An easy way to do simple remapping would be evremap, your config would look something like this:
[[remap]]
input = ["KEY_LEFTCTRL", "KEY_N"]
output = ["KEY_DOWN"]
If you want more complex macros, AutoHotkey style, check out hawck. Note that hawck doesn't support GUI automation in case you were curious, but if you want something similar you could pair it with KWin scripts and ydotool.