Hotkey for Go back to Remtype-Plain text

whenever copy&paste from other sourcers some texts are automatically turn into Concept, List type ( maybe those contain ::: :: )

so I have to switch them to plain text one by one typing /plain
buy Why this action doens’t have any shortcut?

hotkey for /plain should be implemented

Seconded and upvoted. This is also important because of this bug: Typing a question mark sets rem type to question immediately · Issue #847 · remnoteio/remnote-issues · GitHub

Backlink: Keyboard Driven Workflow and Commands

For similar problem like this, you could use software like Keyboard Maestro/quicker to solve it until the offical short cut comes out.
1st, make a simple action to send /plain automatically to remnote;
2nd, resign a short cut to this action.
This would be quite convenient.

Here is the script for Autokey (Linux) which I bound to Ctrl + Shift + Alt + P:

import time

keyboard.send_keys('/plain')
time.sleep(0.3)
keyboard.send_key('<enter>')

appreciate your solution but I’m using macos KM.

!
for ubuntu user Autokey could be the best