Tag: Mac

  • Hyper key on MacOS-Sierra

    Have you used the caps lock key as hyper key on your mac? Hyper key is an additional key that you can create on the mac which is a combination of  Ctrl +Alt+ Option+ Shift in one key.  I had my Caps lock key working as a Hyper key ever since I read about it…

  • Trigger lock screen on Mac

    Every new Mac convert who came from a windows environment at office wishes for a lock screen. It’s mostly second nature to press the Windows+L keys and leave for a coffee break at office. Macs these days don’t explicity offer an option to lock the screen to users. The sleep option is quite handy but…

  • Clear iMessage chat history on Mac

    If you have been wondering on how to clear the chat history on iMessage like me, Here is a quick command that you can execute in the Terminal to clear the history. rm -r ~/Library/Messages/chat.* What the command does is basically delete all the files that are named chat in your messages folder in your…