Are there keyboard shortcuts to access the desktop menu in Gnome or how can I create them? - keyboard-shortcuts

I would like to access the desktop menus for Applications, System, etc. via my keyboard instead of my mouse.
Edit: Ctrl + Alt + Tab only lets me choose amongst the windows I have opened. There is no option to choose the desktop menus. Nothing happens with Ctrl + Alt + Esc. (I've looked at various pages for gnome desktop shortcuts).

By default in my Gnome-under-Ubuntu installation:
Alt + F1 pops the Applications menu open (then the four arrow keys to navigate).
Alt + F2 pops up the Run Application dialog.
And I've bound Alt + F3 to open up a terminal.

http://www.novell.com/coolsolutions/tip/2289.html
http://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts

Related

IntelliJ - What is the keyboard shortcut to toggle the project file tree?

I am on windows.
In intelliJ Ultimate, there is at the top right corner of the window a horizontal tab labeled "1.Project". Pressing shift + esc will hide the file tree. However, pressing the same key combination does not unhide it.
How can I unhide this? Or create a custom binding that will toggle hide to unhide if it is already hidden?
Clément Baconnier was correct. alt + 1 was the key binding. cmd + 1 on osx.
Alternatively, I learned how to fish using the Action pane ctrl + shift + a that let me search for "Project" which exposed the keyboard shortcut.

How to navigate in groups (not tabs) in tool windows

I'm trying to use Intellij Idea only with the keybord.
How can I navigate between groups/panels (don't know the exact term) within a tab of a tool window?
For example in the Debug tool window → tab debugger how to switch from the Frames panel to Variables panel using only the keybord?
Screenshot
There is a mapping on Alt + -> or Alt + <- to navigate between tabs within a tool window.
But I can't find a way to navigate within the panels of the tab.
i use linux, but maybe windows key + tabor more simple you can map the shortcut from your keybord in the windows settings

Deciphering keyboard shortcuts in pharo 3

Using Pharo 3 on windows, if I right click a selector in the browser, I see a menu item that says:
Senders of... b,n
Is this describing a keyboard shortcut? What key combination do I press to show the senders?
As they say here, you use CMD + letter in Mac or Alt + letter in human-beings' computers :)
In this particular case, as they say in this thread, it's a multi-step shortcut: you first Alt + b, and then Alt + n.
It's also worth mentioning some useful navigation shortcuts:
ALT+Tab (cycle between open windows)
Shift+Enter - global search

What is the Cloud9 keyboard shortcut for the terminal?

What is the cloud9 keyboard shortcut to move between the editor tab (#1) and the terminal console (#2)?
I am aware that I can open a terminal tab and switch to it using the keyboard, but I want to see both the editor and terminal in one view.
It is ALT + S on the current version of Cloud9
To make certain keyboard shortcut work on c9.io in Chrome, which would otherwise do something else like close tab or reload page, click the menu button of Chrome > More Tools > Create Application Shortcuts....
Now the IDE is an actual program and all the default browser shortcuts are disabled. Ctrl + W (Close tab) and Ctrl + Shift + Q (Close Chrome) and F5 (Refresh) and the likes can now be used as keyboard shortcuts :)
To add on #Kronenbourg's exact answer (which IMHO should be accepted) - as of May 2015:
Shift + Esc / Esc - Goto workspace (files tree) / Exit workspace (to the last place, Editor/Terminal)
ALT + S - switch between code and terminal
In conjunction with CMD + { / CMD + }, which navigate right/left in current context (Editor, terminal) tabs, you should be able to reach anywhere with the keyboard.
Also useful in the context is CMD + O to open file.
HTH
It's Shift+ESC on open source, but unfortunately this doesn't work on c9.io.
I accidentally found out that ctrl+~ works to switch between terminal and editing window and then back. Maybe it's not the most convenient shortcut but it works.
Alt+s
This shortcut is listed in the top menu, under:
Window > Navigation

IntelliJ IDEA, Test Runner Pane, maximize output pane

Is there a way to maximize the output pane of a test?
I can't believe that I have to endure the review process of the stacktrace in this narrow pane!
There is a shortcut (ctrl-shift-up) that make the pane grow a little.
Does anybody know of a shortcut or a button to maximize the pane?
Like in eclipse for the output console (ctrl-m)
Anyway, Idea is great!
It's not possible to maximize it, please vote for the corresponding feature request:
IDEA-64469 Provide a way to view test console output maximized (like double-clicking it?)
Update
It has been implemented as described in the issue:
You can maximize/restore tool window size:
With double-click on toolwindow header
With shortcut Shift+Ctrl+' (Shift+Command+' for Mac OS X)
Via "Resize" actions group (see popup menu for tool window)
On Linux and Windows:Ctrl + Shift + Quote(')
On Mac:Command + Shift + Quote(')
With double-click on toolwindow header
Via "Resize" actions group (see popup menu for tool window)
Tested on 2016.1.1(Linux) & 2018.1.1(Linux).
On my AZERTY keyboad I had to reassign the shortcut to Alt + M and Alt + W (maximize window).
It was maybe not yet implemented in 2013.
Look in Settings -> Keymap
Inside of that, look for "Maximize tool window" item.
Use the assigned shortcut or set one of your preference.
Regards
Before using the Cmd/Ctrl + Shift + Quote shortcut you have to activate the Run/Debug Command Output window, which in my keyboard is Right/Alt + 4 or , Right/Alt + 5 ...