New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New tab/window shortcuts which skip "Create New Console" window? #1467
Comments
Did you see this: https://conemu.github.io/en/SettingsConfirm.html#id1546 |
Hmm... "Confirm creating new console/tab (Win+W, toolbar [+])" is unchecked, but I still get the dialogs. This is on alpha 180206. Any ideas? |
Show your hotkey settings. |
You have set hotkeys for actions with Create confirmation as description states. You may create GuiMacro to do that without confirmation. Or replace |
Thank you. Replacing the "Win+W" key doesn't get me what I'm looking for because it only creates new tabs, not new windows - sometimes I want to create new windows. I got rid of the previous Ctrl+Shift+T/N keybinds and tried doing macros. It works for new tab, but new window (Ctrl+Shift+N) still prompts me for confirmation. Any ideas? Sorry for being so troubling as I'm sure I'm just doing something wrong here... |
Strange, recreate(2,0) should not show confirmation |
@Maximus5 @toddjames |
Commit 1ae29ff will fix the problem |
GUI Macro: Recreate(0, 0, 1), alias "Create" |
I would love to see a feature in ConEmu where I can create a new tab and new window with keyboard shortcuts but skip the "Create New Console" window the comes up. Ideally, these new shortcuts would just use the defaults in the "Create New Console" window.
Currently, I have new tab bound to CTRL+SHIFT+T and new window bound to CTRL+SHIFT+N, just like the default Terminal application in Ubuntu. The only problem is, ConEmu pops up a "Create new console" window, which I always end up just pressing Enter on in order to accept the defaults.
The text was updated successfully, but these errors were encountered: