microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
105.07k stars 6.2k forks source link

shortcut as Text with multiple lines and support HTML. #32649

Open TrendoBoom opened 2 weeks ago

TrendoBoom commented 2 weeks ago

Description of the new feature / enhancement

shortcut as Text with multiple lines and support HTML.

Scenario when this would be used?

when make body content of web or page support html

Supporting information

No response

Jay-o-Way commented 2 weeks ago

Be more specific please.

davidegiacometti commented 2 weeks ago

Sounds like #5074 to me /needinfo

TrendoBoom commented 2 weeks ago

okay, here my example when I press Alt+0 will print "Subject, Body, Sign" then I press enter from keyboard to addnew blank lines

"Subject

Body

Sign"

I didn't find way to make it possible added blank lines as I need, Even i tried to add /n

TrendoBoom commented 2 weeks ago

Here my real example, "Name: | Date: | Issue:" then I press the Alt+1 and PowerToys will print it like this "Name: | Date: | Issue:" then I edited it to be like this

Name:
Date:
Issue:

and fill it to be like this

Name: Yousef Date: 2024-6-9 Issue: WiFi won't work .

I hope you understand me

Jay-o-Way commented 2 weeks ago

Yes, this is basically the same as the other issue. Something like AutoHotkey would be nice for this.

TrendoBoom commented 2 weeks ago

Yes, this is basically the same as the other issue. Something like AutoHotkey would be nice for this.

Scan AutoHotKey in VirusTotal... Not good.