Michael

Results 3 comments of Michael

@nieldlr so you can bind it to some key or just press `F12`

I tryied, but... simialr quiestion http://stackoverflow.com/questions/10387712/activate-extension-via-short-cut-key and links http://developer.chrome.com/extensions/commands.html but devtools-terminal is not extension - it`s package app and open chrome package apps on shorcut key is imposibble now let...

another README.md fix ``` rb j = Tag.find 102 j.self_and_ancestor_ids => [102, 87, 77] j.update parent_id: 96 j.self_and_ancestor_ids => [102, 96, 95, 78] ``` should the last array look like...