Hotkey/shortcut for starting and stopping JetBrains macros - macros

I'm using JetBrains PHPStorm but I believe this question relates to the other JetBrains IDEs.
I'm wondering how I can create/assign a hotkey/shortcut for starting/stopping macro recording. I'd also like to be able to play my temporary macros with a hotkey as well.
For example: ctrl+shift+r (start recording macro), type some stuff.... ctrl+shift+s (stop recording macro), then press ctrl+shift+p (play back macro).

File | Settings | Keymap, Add Keyboard Shortcut:

Related

What is the de-facto standard keyboard shortcut for auto-completion?

I want to know which keyboard shortcut is used popularly for auto-completion in order to avoid confusion.
For example, in Emacs, the completion is C-M-i or M-TAB.
The completion is TAB in sublimeText, Ctrl-Space in Eclipse.
Is there any de-facto standard shortcut for completion?
If not, which shortcut should I use in your opinion?

Emacs key bindings in DrRacket?

How are we supposed to configure DrRacket so that it does not use Emacs key bindings? Like I type C-s and it just saves the code instead of bringing up the search line. Or I use C-x C-f and it won't open another file. The DrRacket documentation claims to not use Emacs bindings but it obviously does.
You want to disable the check box, Enable keybindings in menus.
Unfortunately this checkbox is a bit buried:
Open the Racket Preferences dialog.
Click the Editing tab.
There's a row of sub-tabs for that. Click the General sub-tab.
A few items down you should see the Enable keybindings in menus check box. Un-check it.

How can I select emacs autocomplete options with keyboard (not arrow keys)

I am wanting to choose from emacs autocomplete options without using the arrow keys. In vim this would be accomplished with Ctrl-n and Ctrl-p but doing the same in emacs moves me to the next line. Is there a keyboard shortcut I can use to do this? I know I could probably make a keybinding for this myself but I wanted to know if there was something idiomatic already there.
In auto-complete you can select next candidates using M-n and previous candidates using M-p. Here is a link to the manual

Can macros in Notepad++ have "simple" keyboard shortcuts

I've recorded and saved two macros in Notepad++, giving them Ctrl+B and Ctrl+Shift+B shortcuts respectively. First doesn't work (does not playback macro), while second is all fine (restart doesn't help).
Can macros in Notepad++ have "simple" keyboard shortcuts, like Ctrl+B?
BTW: I'm trying to "emulate" formatting shortcuts (like bold, italics etc.), but for Markdown, not for HTML. That's why Notepad++'s plugins like "WebEdit" won't help me here.
Reworded:
You can save a macro with CTRL+B shortcut...
but you can't use the shortcut to same combination to call it back.
It think it's because it seems that key stroke is already used and your own combination is not overridding the original reserved one.
Ctrl-B Go to matching brace
It seems like a bug within notepad++ or not well documented feature.
Following mehow's answer I found the solution. Ctrl+B shortcut doesn't work for my macro, because it is used with another command.
Going (in Notepad++) to Settings > Shortcut mapper > Main menu, locating Go to matching brace command and setting its shortcut to None solved the problem. From this moment, each press of Ctrl+B calls my macro, not that previous command.

What is the Intellisense Trigger in VS2005 emacs emulation mode?

I've enabled emacs keyboard mode in VS2005 and so far I'm in love.
The only issue I've run into is I can't find the hot key that triggers the IntelliSense menu. C-j no longer does the trick as it's mapped to something else.
So what is the emacs-mode IntelliSense trigger key?
Secondly, how would one go about finding out what it is?
The IntelliSense trigger is Alt-/ (M-/ in traditional emacs notation).
This and a lot of other formatting-related commands live in the submenus at the bottom of the Edit menu.