Showing posts with label Shortcuts. Show all posts
Showing posts with label Shortcuts. Show all posts

Friday, August 8, 2008

Open bundle menu (⌃⎋) in TextMate not working

I recently had the problem that the "open bundle menu" shortcut (⌃⎋) did not work in TextMate. After a bit of research in the web I found a post on the TextMate WiKi about the problem. It is caused by Apple’s Remote Desktop application. To fix it, just disable ARD in "System Preferences" → "Sharing" ("Remote Management" in Leopard).

Mac OS X shortcuts

A good and nicely presented collection of Mac OS X keyboard shortcuts can be found at Dan Rodney's blog.

By quickly looking at it again, I found something I didn't know before. You can right-click (or ctrl-click) the title of a some windows and in return you will get a path-selection of the current file (e.g. in Finder or TextMate) or the current and basic URL of a webpage (in Safari).

Tuesday, July 15, 2008

Type URLs and email addresses quicker in MobileSafari and Mail on the iPhone using shortcuts

To quicker type domain names with the iPhone keyboard in MobileSafari, press and hold down the ".com" button to have alternatives (".edu", ".org", ".net"). This even works country specific, so when you have the German keyboard enabled it will also offer ".de" (but will omit ":net") when pressing and holding down the ".com" button. 

This also works in Mail, if you press and hold down the "." button you will get the same choices as mentioned before with the ".com" button.

via Lifehacker

Thursday, June 19, 2008

Quick access to "Restart, Sleep, Shutdown"

To quickly access the "Restart, Sleep, Shutdown" dialog (like hitting the Power button on old Mac keyboards) hit ⌃⏏ (Ctrl-Eject).

via danrodney.com

Some useful TextMate shortcuts

General:
⌘+make font bigger
⌘-make font smaller
⌥⌘Tinsert special characters
⌃⌘Topen "Select Bundle Item" dialog
⌃⇧Tshow TODOs, FIXMEs, CHANGEDs
⌃⇧Aopen subversion dialog
⌃⌘Rselect currently open file in project drawer

Editing:
⌘Lgo to line number (opens dialog)
⌥→jump to next right word
⌘⇧Tgo to symbol (opens dialog)
⌘F2Add/remove bookmark
F2go to next bookmark
⇧F2go to previous bookmark
⌃Wselect current word
⌘⇧Lselect current line
⌘/comment / uncomment selection
⌃⌘↑move selection up (also works down/left/right)
⌥⇥indent selection (add ⇧ for opposite direction)
⌘⇧Vpaste previous entry from clipboard history
⌃⌥⌘Vpaste from history (opens dialog)
⌃⌥⇧Vpaste selection online (opens dialog)
⌘↩add empty line below current (and go to it)
⌘⇧↩add empty line below current (with line terminator)
⌘⇧&open HTML entity and escape tool dialog
⌃⇧Lwrap selection as link (URL from clipboard)
⌃⇧Nshow count (lines,words,bytes) of selection
lorem⇥add some (lorem ipsum) text

Projects:
⌃⌘Nnew project
⌃⌘Ssave project
⌃⌥⌘Dshow / hide project drawer
⌃⇥toggle focus (drawer, buttons, editing)
⌘Topen "Go to File" dialog
⌘1-⌘9open tab number 1-9
⌥⌘→go to next tab on the right
⌥⌘←go to next tab on the left
⌥⌘↑switch between same name files (x.c & x.h)

Project Drawer:
open selected file
SPACErename selected file
expand selected folder
collapse selected folder