-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Close session conflicts with quit hotkey #2156
Labels
💬 Feedback Wanted
Issue or PR needs input from the community! Lend your thoughts ✨
good first issue
Issue is good for Hyper newcomers
🐧 Platform: Linux
Issue pertains to Linux
🖼 Platform: Windows
Issue pertains to Windows
🐛 Type: Bug
Issue pertains to something wrong within Hyper
Comments
chabou
added
🐧 Platform: Linux
Issue pertains to Linux
🖼 Platform: Windows
Issue pertains to Windows
🐛 Type: Bug
Issue pertains to something wrong within Hyper
good first issue
Issue is good for Hyper newcomers
labels
Sep 1, 2017
oups 😊 |
Would CTRL+SHIFT+W for window and CTRL+ALT+W for session be suitable? |
chabou
added
the
💬 Feedback Wanted
Issue or PR needs input from the community! Lend your thoughts ✨
label
Sep 2, 2017
2 tasks
|
I suggest: |
h93xV2
added a commit
to h93xV2/hyper
that referenced
this issue
Sep 7, 2017
In response to issue vercel#2156, the conflict between window close and pane close is resolved by mapping them to ctrl+shift+q and ctrl+shift+w, respectively.
h93xV2
added a commit
to h93xV2/hyper
that referenced
this issue
Sep 7, 2017
In response to issue vercel#2156, the keymapping conflict has been removed from app/win32.json. Now the keymap for window close is ctrl+shift+q and the keymap for pane close is ctrl+shift+w.
Closed
h93xV2
added a commit
to h93xV2/hyper
that referenced
this issue
Sep 7, 2017
In response to issue vercel#2156, the keymapping conflict has been removed from linux.json and win32.json in the app/keymaps/ directory. Now the keymap for window close is ctrl+shift+q and the keymap for pane close is ctrl+shift+w.
h93xV2
added a commit
to h93xV2/hyper
that referenced
this issue
Sep 8, 2017
In response to issue vercel#2156, the keymapping conflict has been removed from linux.json and win32.json in the app/keymaps/ directory. Now the keymap for window close is ctrl+shift+q and the keymap for pane close is ctrl+shift+w.
albinekb
pushed a commit
that referenced
this issue
Sep 11, 2017
* Fix for keymapping bug on Linux and Windows In response to issue #2156, the keymapping conflict has been removed from linux.json and win32.json in the app/keymaps/ directory. Now the keymap for window close is ctrl+shift+q and the keymap for pane close is ctrl+shift+w. * Fix for failed test on initial commit.
spncrgr
pushed a commit
to spncrgr/hyper
that referenced
this issue
Sep 23, 2017
* Fix for keymapping bug on Linux and Windows In response to issue vercel#2156, the keymapping conflict has been removed from linux.json and win32.json in the app/keymaps/ directory. Now the keymap for window close is ctrl+shift+q and the keymap for pane close is ctrl+shift+w. * Fix for failed test on initial commit.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
💬 Feedback Wanted
Issue or PR needs input from the community! Lend your thoughts ✨
good first issue
Issue is good for Hyper newcomers
🐧 Platform: Linux
Issue pertains to Linux
🖼 Platform: Windows
Issue pertains to Windows
🐛 Type: Bug
Issue pertains to something wrong within Hyper
[x ] I am on the latest Hyper.app version
[x ] I have searched the issues of this repo and believe that this is not a duplicate
OS: Windows 10
Hyperjs version: 1.4.2
hyper.js file: https://gist.github.com/MarkDaviesEsendex/f4d80724973952a4e5d27ba1c9b40713
Issue
The CTRL+SHIFT+W hotkey is used for both close session and quit meaning that I have to close a tab with x button or middle mouse click
The text was updated successfully, but these errors were encountered: