Skip to main content

Posts

Showing posts from May, 2016

OS X Keyboard Shortcuts

Key Action Notes ⌘+⇧+4 Screen capture of user defined screen Saves the screenshot on the Desktop Document Shortcuts Fn+Left Arrow Home: Scroll to the beginning of a document. Fn+Right Arrow End: Scroll to the end of a document. Fn+Up Arrow Page Up: Scroll up one page. Fn+Down Arrow Page Down: Scroll down one page. mc - Midnight Commander Esc+c Quick cd (M-c) Change directory Esc+s Search/Go to directory Legends ⌘ Command ⌥ Option ⇧ Shift ⌃ Control https://support.apple.com/en-us/HT201236 http://www.osxkeyboardshortcuts.com/keyboard-symbols.html Under construction. References: https://gist.github.com/sgergely/3793166

How to view Console.WriteLine output in Xamarin Studio UI Test

To view Console.Write/Console.WriteLine output from within Xamarin Studio UI Test, do: If Unit Test pad/window is not visible, using App menu, do View | Pads | Unit Tests .  On a test that passed (e.g., ), select test and right click, then select Show results pad  ( )

Resize OS X El Capitan HD to full size

Got OS X El Capitan running inside VMware Fusion 8. The default drive size is around 40GB and I wanted to change it to 120GB. Disk Utility seems like the tool to do the job but is not working properly. To resize, do: $ sudo disktuil resizeVolume / R Reference(s):  https://themacwrangler.wordpress.com/2015/10/21/resizing-el-capitan-mac-volumes-under-vmware-fusion/