Skip to main content

Mac switch between windows of same application

Wow,
  this might sound stupid but I just figured out the shortcut key to switch between the same application but different windows, for example multiple chrome windows or word or safari etcetera. The key combination is:

command + ~


~Enjoy~

Comments

yitrofaidley said…
Casino City in NY - Mapyro
Find your 제주 출장마사지 way around the casino at Casino 부산광역 출장샵 City in New 당진 출장마사지 York and get directions, reviews 의정부 출장마사지 and information for casinos in New York. Rating: 안산 출장마사지 3.6 · ‎9 votes

Popular posts from this blog

XAMPP: Couldn't start MySQL!

XAMPP: Couldn't start MySQL! Trying to run mysql on ubuntu 10.10 and give this vauge error "XAMPP: Couldn't start MySQL!" Try this 1. Open a terminal. 2. run this command sudo chown -hR root /opt/lampp 3. then run this sudo chmod -R 777 /opt/lampp 4. Now Restart XAMPP sudo /opt/lampp/lampp restart U are all set. And if u r getting the follwing warning after restarting "Warning: World-writable config file ‘/opt/lampp/etc/my.cnf’ is ignored" 1.Open terminal 2.Migrate to /opt/lampp/etc 3.run the command sudo chmod 755 my.cnf

Difference between is_file and file_exists

If you want to know that the argument supplied is a file or not use is_file() file_exists() will take both file and directory as input and return true if they exists. So, unless you specifically want to check if the argument passed is a file use is_file otherwise use file_exists()