Join Login
auto-correct wide

April 22nd, 2016

How to Add “Latinx” to Your Computer Or Phone’s Dictionary.

Whatever device you use, it can get annoying for auto-correct to always be reinforcing the gender-binary.  Now you can add “Latinx” to your dictionaries and not worry about it again.

Latinx. No, we didn’t spell that wrong.

Option 1: Language Settings

Settings > Language & Region > Keyboard Settings > Text

Similar to the iPhone, your mac can add text shortcuts.

keyboard
keyboard
text add

  1. Go to System Preferences
  2. Choose Language and Region
  3. Click on Keyboard Preferences
  4. Choose Text
  5. Add “Latinx” as a shortcut by clicking on the + on the bottom left then entering the word.

 

 

Option 2: Right-Click

In any app you’re using, you can right-click on the word and choose either “add” or “learn” to include it in that program’s dictionary.  You may have to do this for each program (like your web browser, word editor, etc.)

Add latinx

Option 3: Script Editor

This one can be a little intimidating, but it’s just cut and paste.

1) Open the Script Editor program (you can get to it by searching in spotlight)

2) Paste the following

 

set additions to “”
set finished to false
repeat until finished is true
display dialog ¬
“Enter the next word to add to the user dictionary.” & return & ¬
“Press the Finished button when you’re finished” with title ¬
“Add words to spelling dictionary” default answer ¬
“” buttons {“Cancel”, “Finished”, “Add word”} default button 3
if button returned of the result is “Finished” then
exit repeat
else
set additions to ¬
(additions & the text returned of the result as text) ¬
& (ASCII character 0)
end if
end repeat

set spellingFolderPath to (path to library folder from user domain as Unicode text) & “Spelling:”
try
— Test the existence of the “Spelling” folder.
   spellingFolderPath as alias
on error
— If there’s no “Spelling” folder in the user Library, create one and, inside it,
   — an empty file named after the code for the user’s preferred spelling language.
   set spellingFolderPOSIX to quoted form of POSIX path of spellingFolderPath
do shell script “defaults read ‘Apple Global Domain’ ‘AppleLanguages'”
set preferredLang to text from word 1 to word -1 of text 1 thru (offset of “,” in result) of result
do shell script (“mkdir “ & spellingFolderPOSIX & ” ; echo -n ” > “ & spellingFolderPOSIX & preferredLang)
end try

set UserFile to choose file with prompt ¬
“Please choose the dictionary file to add the words to.” default location ¬
alias spellingFolderPath
set fileRef to open for access UserFile with write permission
try
write additions to fileRef starting at eof
end try
close access fileRef

3) Hit run
4) Add “Latinx,” choose “add word,” then “finished.”
5) Tell it to add it to your local dictionary.2016-04-22 mac-paste-script2016-04-22 mac-type-latinx2016-04-22 mac-local-dictionary

Adapted from MacScripter

Option 1: Custom Dictionary

The following instructions are for any of the Microsoft Office products.

  1. Select the File tab
  2. Select Options.
  3. Select Proofing.
  4. Make sure the Suggest from main dictionary only checkbox does not have a mark in it.
  5. Click on Custom Dictionaries.
  6. Click New
  7. Give the dictionary a name.If you want the new dictionary to be used for another language, while the new dictionary is still selected in the Dictionary List, select the language on the Dictionary language menu.
  8. Click Edit Word List.
  9. Type “Latinx” it in the Word(s) box, and then click Add.

Adapted from Microsoft Office Support.

*If you have better suggestions, please add them in the comment section below!

2016-04-22 latinx iphoneOption 1: Text Replacement

Settings > General > Keyboard > Text Replacement.

iPhone has a feature to replace entries with new phrases. It’s meant for being able to type “omw” and have it display “on my way.”

You can add “latinx” here and leave the shortcut blank. Now latinx is added to your dictionary.

  1. Go to your settings
  2. Choose general
  3. Then choose keyboard
  4. then text replacement
  5. add “Latinx.”

 

Option 2: Search Safari

Yup. If you search for a word in Safari, it should teach auto-correct not to mark it as misspelled any more. We don’t understand it either. But it worked.

Option 1: Language Settings

Settings > Language & Input > Personal Dictionary > Add

settings > language > personal dictionary

  1. Open your phone settings.
  2. Scroll down to Language and Input
  3. Choose Personal Dictionary
  4. Hit the + button or “add” depending on your phone
  5. Add “Latinx” and you’re good.

Option 2: Google Keyboard

Just tap the word while you’re typing it and the keyboard should give you an option to save it. On some keyboards, instead of tapping, you can get the same result by holding your finger on the screen. 2016-04-22 google-keyboard

 

Adapted from gottabemobile.com

Paid for in part by Mijente PAC, 734 W Polk St., Phoenix, AZ 85007, not authorized by any candidate or candidate’s committee.

SIGN UP FOR OUR NEWSLETTER.