Code blocks keyboard shorcut conflits found.After clicking ok the software is not opening - keyboard-shortcuts

Keyboard shortcut conflicts found.
Use Settings/Editor/Keyboard Shortcuts to resolve conflicts.
Conflicting menu items:'Edit/Previous call tip'&'File/Print...'
Both using shortcut:'Ctrl-P'(IDs[658][-31840])

Related

Krusader: using Alt+D as a shortcut

In Krusader, I want to use Alt-D as a shortcut to focus the location bar. This works fine for browsers and Dolphin. When I set the shortcut for "Go To Location Bar" to "Alt-D", setting the shortcut has no errors. When I try to use the shortcut, I get an error popup saying that the key sequence 'Alt+D' is ambiguous.
Note that I have to hit 'Alt+D' twice to get the error. This makes me think that I'm colliding with the 'Alt+D' consumed by Plasma.
What can I do to get Krusader to do what Dolphin, Firefox, and Chromium do?
It is not possible by now. This is known bug of Krusader. In Ubuntu 20.04 the same problem is reproducing.
In Krusader keys combination Alt + letter or digit is used to navigate through UI (menu items, buttons, tabs, navigation path items). So Alt + D is pointing to something in it.
There are many bug reports with the similar problem on Krusader bugtracker. May be one day this will be fixed. Links to the bugs:
Ambiguous shortcut (Alt + R)
cant use shortcuts (Alt+E) which conflict mnemonics
Alt+letter keyboard shortcuts conflict with accelerators
alt+letter shortcuts are overriden by main menu shortcuts
Alt-shortcuts dont work with secondary layout

Keyboard only usage of new Find/Replace Dialog in Intellij

Intellij 2016 and earlier it has been possible to perform all navigations from the Find/Replace dialogs using just the keyboard.
Intellij 2017.X has restructured the Find/Replace dialog. While most operations are still achievable via the keyboard it is not clear how to invoke the "Open in Find Window" . There is no apparent accelerator available.
Here is the entire Find in Path dialog for context:
I use Find/Replace dozens of times a day and so having it be keyboard only is of some importance: hoping someone may have discovered a workaround.
Well there is a shortcut, its even displayed in your screenshot
It's CTRL+ENTER on Linux and CMD + ENTER on Mac OS
Here it is on your screenshot

Is there an Atom keyboard shortcut or package that will allow me to navigate to each misspelled word?

I'm looking for a keyboard shortcut to jump to each instance of a misspelled word in a plaintext Atom file, so I can fix each one with the built-in spell-check in one session as opposed to manually navigating the cursor to each one via keyboard or mouse.

is there a shortcut key for quick locate the file on navi bar in intellij

I can not find the intellij shortcut key for scroll from source ,which is to locate the file in navi bar?
There is no key directly for that action. It is not in the find action dialog nor in keymap.
There is a IntelliJ Idea Plugin Scroll From Source, which enables you to bind keyboard shortcut to that feature.
Alternatively, you can achieve similar behavior by pressing Alt+F1 and then pressing Enter.
Also note that you can enable automatic scroll to source feature.

Keyboard Shortcut to go full screen in Webstorm/IntelliJ Terminal tool window from terminal?

I googled but have not found any solving documentation/thread regarding this:
Is there a way to set keyboard shortcut to go full screen in Webstorm Terminal tool window from Terminal window?
I know shortcut shift+Command+' but that doesn't work for me inside terminal. I know by double clicking it you can toggle it to full screen but wondering that is it possible to set keyboard shortcut to do it as I do this operation often.
Try the "Maximize tool window" command in the menu - Window->Active Tool Window->Maximize tool window
Or from terminal tool menu - Resize-> Maximize tool window
Warning! The following shortcut only works if "Override IDE shortcuts" option is disabled
To map a shortcut to this, open the Preferences dialog and type "Maximize tool window" to search the settings. It should find a match in the keymap section, and you can then use it to assign a shortcut.
It will warn you if you already have something assigned to your choice.
Warning! The following option will cause some problems in Terminal, for example, editing in vim (Esc key) etc.
Also, you can to checkout the "Override IDE shortcuts" setting in the Terminal section of the Preferences. This is enabled by default - I turn it off and find it resolves a lot of niggles I have with using the terminal. The shortcut above only works if it's disabled.
In Mac cmd+shift+fn+12 will do the trick
I mostly like zen mode - cmd(ctrl)+K,Z
enter image description here
Double press 'escape' from anywhere will bring you back to editor tab.