Select Page

Change Capitalized Text to Title Case With Regular Expression

For Spanish, this should do the trick: Substitute b([A-ZÁÉÍÓÑ])([A-ZÁÉÍÓÑ][\wÁÉÍÓÑ]*) with u$1L$2. To capitalize back roman numerals, acronyms or initials, make a list: ([IVXL]{2,}|CONACULTA|FONCA|INAH)and substitute with caps: \U$1 (you might need to set your...

Apply for a driver's license in Mexico City

Enter the page of the Multiple Payment Format of the Ministry of Finance, in the "Transit" option, select “License A motorist and motorcyclist for 3 years (Expedition and replacement)”And print your capture line with the key 01. (enter here to ...

Prevent Chrome from stealing your media control keys

Chrome steals the media keys from my favorite music player (MediaMonkey). To prevent it, you have to disable your “Hardware Media Key Handling” in: chrome://flags / # hardware-media-key-handling Even so, the keys didn't work all the ...

Google Chrome

Dictionary To edit the Custom Dictionary: Close ChromeRename or delete %LOCALAPPDATA%GoogleChromeUser DataDefaultCustom Dictionary.txt.backupAdd/remove words from %LOCALAPPDATA%GoogleChromeUser DataDefaultCustom Dictionary.txt.backupRemove the checksum in...

Microsoft Word

Keyboard shorctuts Find next: Control+Page DownSwitch capitalization: Shift+F3 Dictionary Custom Dictionary location: %APPDATA%MicrosoftUProofCUSTOM.DIC (simple alphabetical list of words)

Reviewing the console command history in Chrome’s DevTools

You can use up-arrow or type the start of a previous command to search your command history in DevTools, but if you don’t recall the command and it’s far away in your history, you can use this method to see all your console history: While in DevTools,...