I think it's a very newbie question but it's driving me nuts.
Really amazing IDE, I am loving. Thanks
{ "keys": ["ctrl+alt+f"], "command": "hide_panel", "args": {"cancel": true},
"context":
[
{ "key": "panel_visible", "operator": "equal", "operand": true }
]
} { "keys": ["ctrl+f"], "command": "show_panel", "args": {"panel": "find"},
"context":
[
{ "key": "panel_visible", "operator": "equal", "operand": false }
]
},
{ "keys": ["ctrl+f"], "command": "hide_panel", "args": {"cancel": true},
"context":
[
{ "key": "panel_visible", "operator": "equal", "operand": true }
]
}while self.living? do
mistake = Mistake.new
self.learn_from!(mistake) unless mistake.fatal?
endphillip.koebbe wrote:I'm thinking along the same lines as quarnster. I checked Pages, Numbers, TextMate, TextWrangler, TextEdit, Mail, Chrome, Safari, Firefox, Evernote, and OmniFocus, and the only one that toggled on CMD-F is Numbers. All of the others open a find dialog with CMD-F and it is dismissed with ESC. That behavior seems pretty common (approaching standard?), at least on a Mac (I can't speak for the other platforms).
Users browsing this forum: -T-, dungpt, riddler12 and 23 guests