Have you ever wanted to permanently delete a file on your Mac, skipping the trash? It’s an easy addition to the keystroke you already use. Press command-option-delete instead of command-delete. A prompt will ask you to confirm and indicate the action cannot be undone. Activate the “Delete” button and voila! your file has been zapped into digital oblivion. #BitsTips #MacOS #Accessibility #KeyboardAccess

The IF function in Excel takes in a logical expression, checks whether the expression is true, then returns custom outputs for the two outcomes.
=IF(logical_expression, output_if_true, output_if_false)

The logical expression can be a simple statement such as 1>2 or a condition such as B2=1. If the expression is true, IF will return output_if_true. Otherwise, it will return output_if_false. IF is a key function in creating sophisticated formulas. For instance, you can nest multiple IF functions inside each other to create multiple conditions.
Example: The formula below calls IF to check whether the sum of B2 to B11 is greater than 40,000. If the condition is met, IF returns Yes. Otherwise, it returns No.
=IF(SUM(B2:B11)>40000, "Yes", "No")

That's your BITS tech tip for today. If this helped you out, share it with someone who could use it. And if you're not already a member, head over to joinbits.org to join Blind Information Technology Solutions — we'd love to have you.
Here you go:

The IF function in Excel checks whether a condition is true and returns different results based on the answer. The syntax is:
=IF(logical_expression, output_if_true, output_if_false)
For example, this formula checks whether the sum of B2 through B11 is greater than 40,000. If it is, it returns Yes. If not, it returns No:
=IF(SUM(B2:B11)>40000, "Yes", "No")
You can also nest multiple IF functions inside each other to handle more complex conditions. It is one of the building blocks of more advanced Excel formulas.
Not a BITS member yet? Join us at joinbits.org.
#BitsTips #Excel #Accessibility #AssistiveTechnology #BlindTech

If your Alt+Tab list is getting out of control, virtual desktops on Windows can help. Spread your work across multiple desktops -- one for email, one for research, one for whatever else you have going -- and each desktop keeps its own set of open windows. Less clutter, easier navigation.

Here are the shortcuts to get started:

Windows key + Ctrl + D: Create a new virtual desktop. Windows key + Ctrl + Right arrow: Move to the next desktop. Windows key + Ctrl + Left arrow: Move to the previous desktop. Windows key + Ctrl + F4: Close the current desktop.

Press Windows key + Tab to open Task View, where you can see all your desktops and running apps at once. From there, press Shift + F10 on any running app to get the option to move it to a different desktop.

Not a BITS member yet? Join us at joinbits.org.

#BitsTips #Windows #Accessibility #AssistiveTechnology #BlindTech

Did you know you can install Android apps from your computer? Head to play.google.com, search for the app you want, and hit the install button. As long as you're signed into your Google account, the app will install straight to your Android device — no phone needed.
Not a BITS member yet? Join us at joinbits.org.
#BitsTips #Android #Accessibility #AssistiveTechnology #BlindTech
Need a quick way to toggle TalkBack on or off? Just hold the volume up and volume down buttons at the same time. You'll hear a sound and a message confirming TalkBack has turned off. Do the same to turn it back on.
Not a BITS member yet? Join us at https://joinbits.org
#BitsTips #TalkBack #Accessibility #AssistiveTechnology #Android
Today's tip comes from Mervin Keck in Hamburg, Pennsylvania.
Don't love the default Google TTS on Android? You have options right in the Play Store.
In the paid category, Eloquence and Vocalizer are both reasonably priced and worth a look. Just search their names in the Play Store to find them.
For a free option, try TG Speechbox. It isn't the most natural-sounding synth, but it is very responsive — more so than Google TTS.
Not a BITS member yet? Join us at joinbits.org.
#BitsTips #BITS #BlindTech #Accessibility #A11y #ScreenReader #AssistiveTechnology
You can restart your iPhone without touching a single button. Just say "Hey Siri, restart my iPhone." Siri will ask you to confirm, then say "Yes" and
your phone will reboot. Works on iOS 16 and later.
Handy when your screen isn't responding or your hands are full.
#BitsTips #VoiceOver #Accessibility #AssistiveTechnology #iOS
Need to quickly pause or resume media on your phone? Both iOS and Android have you covered with a simple two-finger double tap. On iOS with VoiceOver,
this is called the magic tap and works globally no matter what app you're in. On Android with newer versions of TalkBack, the same gesture does the job for media playback.
One gesture, two platforms.
#BitsTips #VoiceOver #TalkBack #Accessibility #AssistiveTechnology
Ever wonder what window or application is currently active? Both JAWS and NVDA use the same shortcut: Insert + T. Your screen reader will announce the title of the active window. If you're using NVDA, press it twice to have it spelled out, or three times to copy it to your clipboard.
Useful when you have several windows open and need a quick check on where you are.
#BitsTips #JAWS #NVDA #ScreenReader #Accessibility
Want JAWS to read the seconds along with the time? Press Ctrl + Insert + F12 and JAWS will announce the time down to the second. On laptop layout, use
Ctrl + Caps Lock + F12 instead.
Handy when you need to time something precisely or sync up with someone on a call.
#BitsTips #BlindTech #Accessibility #JAWS #ScreenReader