Smart clips let you paste text with extra programmable elements. You can use previously copied clipboard items, ask for input, select from a list, a current or future date and more.
Seems like you should be able to schedule Shortcuts on your Mac to run at specific times or when an event occurs. But you can't. A third-party app to the rescue! Shortery: <a href="https://apps.apple.com/us/app/shortery/id1594183810" rel="nofollow noopener" target="_blank">https://apps.apple.com/us/app/shortery/id1594183810</a>
The rumors are getting stronger about an upcoming VR/AR headset from Apple. And it may be here soon. I'll break down the important parts of an article and tell you what I think about potential features. Here's a link to the actual article: <a href="https://www.bloomberg.com/news/articles/2023-01-23/apple-reality-pro-details-eye-hand-tracking-app-store-3d-ios-like-interface" rel="nofollow noopener" target="_blank">https://www.bloomberg.com/news/articles/2023-01-23/apple-reality-pro-details-eye-hand-tracking-app-store-3d-ios-like-interface</a>
You can't use Pages or TextEdit to select non-contiguous text on a Mac. But you can use a variety of other apps to do it. Plus, some reasons why you would want to do this in Pages are better served by using Character Styles instead. CotEditor: <a href="https://apps.apple.com/us/app/coteditor/id1024640650" rel="nofollow noopener" target="_blank">https://apps.apple.com/us/app/coteditor/id1024640650</a> LibreOffice: <a href="https://www.libreoffice.org" rel="nofollow noopener" target="_blank">https://www.libreoffice.org</a> (free download from official site). ClipTools: <a href="https://macmost.com/cliptools" rel="nofollow noopener" target="_blank">https://macmost.com/cliptools</a>
While doing a video on Hot Corners I began to wonder if you can use a Terminal command, and thus a Shortcut, to change what each Hot Corner does. Turns out you can. Here's the basic Terminal command: <strong>defaults write com.apple.dock wvous-XX-corner -int Y</strong> XX would be <strong>tr</strong>, <strong>tl</strong>, <strong>br</strong>, <strong>bl</strong> depending on each corner (top/bottom, right/left). Y would be one of these: 0=nothing, 2=Mission Control, 3=Show App Windows, 4=Show Desktop, 5=Start Screen Saver, 6=Disable Screen Saver, 10=Display Sleep, 11=Launchpad, 12=Notification Center, 13=Lock Screen. Then you need to use this to restart the Desktop and have it take affect: <strong>killall Dock</strong> You can also use this to set a modifier key for the Hot Corner: <strong>defaults write com.apple.dock wvous-XX-modifier -int Z</strong> Z would be: 0=nothing, 131072=Shift, 262144=Control, 524288=Option, 1048576=Command