6 ms·
In many, but not all programs on windows you can paste plain text by using ctrl+shift+v. Outlook desktop is one of the few places where this hotkey does not wo
by bombledmonk 4y ago
In many, but not all programs on windows you can paste plain text by using ctrl+shift+v. Outlook desktop is one of the few places where this hotkey does not work.
Before I knew there was a native hotkey combo, I created a autohotkey script that would do that and had a mini-tutorial that showed how.
https://forum.digikey.com/t/add-a-digi-key-search-hotkey-everywhere-slack-excel-outlook-kicad-and-more/13405 https://forum.digikey.com/t/add-a-digi-key-search-hotkey-eve...
- bryanrasmussen 4y agoOn Mac you can do shift+option+command+v to paste with formatting removed.
- tbrock 4y agoI think you just need to add shift, option is not necessary.
- itcrowd 4y agoIt's optional
- kennywinker 4y agoOption was required in every app I've ever tried this in... do you somehow have different keybindings than me?
- Foivos 4y agoMaybe it is related to the language of the keyboard.
- olalonde 4y agoI just tried in Gmail and cmd-shift-v worked.
- spookthesunset 4y agoI do command-shift-v all the time too and it works. Course maybe the places where it doesn't seem to work are the ones that require "option" too... hmm...
- dwaite 4y agoChrome does not use the system-wide key shortcut but defines their own.
- jtbayly 4y agoExcept Chrome, which is often where people are using gmail.
- wintermutestwin 4y agoThanks so much for this - I can't imagine how much time I have wasted jumping through goofy hoops trying to change the formatting in gmail. If only there was a way to set this as the default and format pasting as the shift setting. FWIW, shift+command+v works for me...
- olalonde 4y agoI used to paste to use the URL bar to paste without formatting and copy again. This is a game changer.
- em500 4y ago> If only there was a way to set this as the default and format pasting as the shift setting. https://www.makeuseof.com/tag/copy-paste-text-without-formatting-mac/ https://www.makeuseof.com/tag/copy-paste-text-without-format... (MS Office requires a slightly different procedure: https://apple.stackexchange.com/questions/287159/is-there-a-way-to-make-paste-as-text-only-the-default-action-in-office-2016 https://apple.stackexchange.com/questions/287159/is-there-a-...)
- bryanrasmussen 4y agohah you're right, I don't know why I had that option in there, maybe snuck into my muscle memory from something else. maybe it was in one of the older macs I had to use recently, or some combination with voiceover that I was running.
- barbazoo 4y agoThat's guitar barre chord level difficulty
- vandahm 4y agoThat's a lot of finger gymnastics, but it's probably better than `pbpaste|pbcopy`, which is how I've been doing it all these years.
- solveit 4y agoThank you! I will now use pbpaste|pbcopy
- SpelingBeeChamp 4y agoNot if you assign it a hotkey in Keyboard Maestro :) On my MacBook Pro, Command + Option + V universally executes the following AppleScript: use scripting additions do shell script "pbpaste | pbcopy" return
- antifa 4y agoI wish MSTeams supported ancient well established UI/UX conventions, this one most of all.
- mhdhn 4y agoIt's worse in the smartphone world, at least on iOS. There isn't any notion of paste-plain-text. If I want that, eg in Mail app, I have to use the app Plain Text. It feels like crap.
- ZeWaka 4y agoIt's incredibly annoying in Outlook. Every other Microsoft product I've used like Word supports the key-combo, but of course Outlook has to be different.
- TurkishPoptart 4y agoFucking Microsoft. Why can't things be simple and standardized?
- naikrovek 4y agobackwards compatibility. people who have been using those applications for decades do not want those shortcuts to change for any reason.
- unbalancedevh 4y agoHaha, I wish they'd thought of that before they implemented the ribbon to replace the menu bar. I can't imagine how many hours of productivity were lost for people dealing with that change.
- naikrovek 4y agothey did think of that... you'll be happy to know that a lot of the ribbon is going away in favor of small buttons with icons on them, and people are losing their minds over it. so no matter what Microsoft do, millions of people are gonna bitch about it and complain for years and years.
- floxy 4y agoLike the reason ctrl+f in Outlook is to "forward", rather than "find". https://devblogs.microsoft.com/oldnewthing/20140715-00/?p=503 https://devblogs.microsoft.com/oldnewthing/20140715-00/?p=50...
- brokenmachine 4y ago
- haxorito 4y agoI’d say it’s all backwards default copy-paste should be just text and then you can go overboard with adding +shift to combination or +alt
- SilasX 4y agoOh wow I had always gotten into the habit of copying into a simple text editor first if I wanted to strip out the formatting.
- pbhjpbhj 4y agoI often copy to Notepad on Windows, but careful, some characters get silently dropped.
- s0rce 4y agoI hate outlook blocking that. No idea why you would implement that not working.
- hanoz 4y ago> In many, but not all programs on windows you can paste plain text by using ctrl+shift+v. Sometimes that trick just stops working for no reason at all, then there's nothing else for it but to paste into notepad.exe and re-copy.
- jimlikeslimes 4y agoJust to kind of address the Outlook issue, you can also set the default paste setting to be text only. (sigh) we have to do this.
- conductr 4y agoYou have to consider the average user though. They have an image and 4 fonts in their signature, one of which is Comic Sans
- rhco 4y agoThis is one of my many peeves with Outlooks UX. You can do Ctrl+Alt+V, which gives you an option to paste unformatted, but it's much more finger-intensive than the other shortcut.
- zinekeller 4y agoThis is one of those rare times that you can trace it directly to Bill Gates. Another one is Ctrl+F as send and not find (https://devblogs.microsoft.com/oldnewthing/20140715-00/?p=503 https://devblogs.microsoft.com/oldnewthing/20140715-00/?p=50...)
- soheil 4y agoAny way is to paste inside a non-textrich area like the browser address bar and then immediately copy the content again to get rid of the styling.
- jhot 4y agoI do this all the time. Cmd+tab into browser, cmd+t, cmd+v, cmd+a, cmd+c, cmd+w, cmd+tab to where I need to paste, cmd+v But now that I've seen you can add shift to remove formatting, I'll have to try to remember to do that instead.
- soheil 4y agoI also do this sometimes: cmd+tab, cmd+l, cmd+v, cmd+a, cmd+c, cmd+z, cmd+tab Fewer pages blinking away
- astolarz 4y agoIn Outlook, go to Options > Mail > Editor Options > Advanced > Cut, Copy, Paste > change the drop downs for the various scenarios to "Keep Text Only" to always strip formatting.
- benhurmarcel 4y agoOn Windows I like to use this: https://stevemiller.net/puretext/ https://stevemiller.net/puretext/