Author: Mithun
Caps Lock button on Chromebook
Google Chromebooks comes without a caps lock key. There are few ways by which you can get the caps lock key. One way is by turning the Search button into a Caps Lock. To do this you have to go to “Keyboard Settings” under the “Settings” menu, and select “Caps Lock” under the “Search” drop-down…
Apple script to copy current date and time to Clipboard
Open Apple Script from Utilities. Past the following code. set date_ to ((current date) as string) set the clipboard to the date_ Save it as application. Clicking the application will copy the code to clipboard
Resize bluestacks on mac osx
Open the file com.BlueStacks.AppPlayer.plist from ~/Library/Preferences/ using any text editor Find the text Framebuffer Below Framebuffer you can see height and width Specify the height and width you wish to use Now change the following line RestartGuestOnFrontendLaunch 0 to RestartGuestOnFrontendLaunch 1 Now save, exit and open Bluestacks smile