views:

255

answers:

2

The title says it all :)

Is there some easy way to open a file (that is not in the project) with the keyboard only? Its driving me nuts..

+1  A: 

I'm on 6 rather than 8.1, but the following may hold.

Ctrl-Shift-N works for files in the project. For files outside the project there is no default Keymap. You can set one yourself though.

Go to preferences - Keymap-Main menu-File-Open File... and set it to any keystroke you want.

I've just tried the open dialog using keyboard only, and it's not too bad, you just have to know to stay in the filename box. So if you wanted /home/user then type /home/user and hit return, it will change you to that directory. Not as good as the nice completion in crtl-shift-N, but not unusable.

Nick Fortescue
with Ctrl-Shift-N i cant open say /home/user/foo.txt just by writing it.. Theres a checkbox for 'include non-project files', but it seems to be working in mysteries ways..
vpalle
thx, I bound the open file dialog to ctrl-shift-o, but the dialog is just terrible to navigate with a keyboard.. so its not really a solution :(
vpalle
Sorry, you've stumped me then. I'm guessing it's not possible then - I'd submit a bug-report/feature request to IntelliJ, they've been helpful to me in the past
Nick Fortescue
just added suggestion on using dialog box
Nick Fortescue
thx for the help!
vpalle
the dialog box suggestions are not valid on my system, I'm afraid. It really is broken when using the keyboard (linux / idea 8.1)
vpalle
A: 

My shortcuts (eg. ctrl+shift+N )are not working in Intellij idea whereas it is working in others like wordpad,textpad, editplus.

Any one help me in this regard

related questions