Skip to content
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

Open
toddjames opened this issue Mar 4, 2018 · 12 comments
Open

New tab/window shortcuts which skip "Create New Console" window? #1467

toddjames opened this issue Mar 4, 2018 · 12 comments
Labels
Projects

Comments

@toddjames
Copy link

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.

@Maximus5
Copy link
Owner

Maximus5 commented Mar 5, 2018

Did you see this: https://conemu.github.io/en/SettingsConfirm.html#id1546

@toddjames
Copy link
Author

Hmm... "Confirm creating new console/tab (Win+W, toolbar [+])" is unchecked, but I still get the dialogs. This is on alpha 180206. Any ideas?

@toddjames
Copy link
Author

Here's a screenshot of the prompt I'm getting, for reference.

conemu

@Maximus5
Copy link
Owner

Maximus5 commented Mar 8, 2018

Show your hotkey settings.
What hotkey do you try when "Create new console" dialog appears?

@toddjames
Copy link
Author

These are the hotkeys I'm using. When I do either CTRL+SHIFT+N (new window) or CTRL+SHIFT+T (new tab), the window comes up.

hotkeys

@Maximus5
Copy link
Owner

You have set hotkeys for actions with Create confirmation as description states.

You may create GuiMacro to do that without confirmation. Or replace Win+W hotkey.

@toddjames
Copy link
Author

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...

1
2

@Maximus5
Copy link
Owner

Strange, recreate(2,0) should not show confirmation

@Maximus5 Maximus5 added this to To Do in Inspection via automation Mar 13, 2018
@Marco94
Copy link

Marco94 commented Mar 16, 2018

@Maximus5 @toddjames
If the option "Multiple consoles in one ConEmu window" (in Main -> Appearance) is not enabled, Recreate(2,0) does not show confirmation.

@toddjames
Copy link
Author

toddjames commented Mar 17, 2018

@Maximus5 @Marco94

This appears to be correct. I'm not sure I completely understand how this is related. Maybe the wording can be adjusted or this can be broken out to a separate option? Or Recreate(2, 0) can skip the confirmation regardless of that checkbox.

@Maximus5
Copy link
Owner

Commit 1ae29ff will fix the problem

@Maximus5 Maximus5 removed this from To Do in Inspection Mar 18, 2018
@Maximus5 Maximus5 added this to To Do in ConEmu via automation Mar 18, 2018
@Maximus5 Maximus5 moved this from To Do to Ready for Testing in ConEmu Mar 18, 2018
@maganasamuel
Copy link

GUI Macro: Recreate(0, 0, 1), alias "Create"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
ConEmu
  
Ready for Testing
Development

No branches or pull requests

4 participants