If you want to have that functionality globally, you could use `xdotool` for this.
In my setup I have a shell script
#!/bin/sh
xdotool type $(date +%Y-%m-%d_%H:%M)
which I bind to a global hotkey.
If you want to have that functionality globally, you could use `xdotool` for this.
In my setup I have a shell script
#!/bin/sh
xdotool type $(date +%Y-%m-%d_%H:%M)
which I bind to a global hotkey.