Problem with mapping ctrl+plus , ctrl++ key combinations
See original GitHub issue- I am on the latest Hyper.app version
- I have searched the issues of this repo and believe that this is not a duplicate
- OS version and name:Microsoft Windows 8.1 Pro x64 Build 9600
- Hyper.app version: 3.0.2
- The issue is reproducible in vanilla Hyper.app: I am using Hyper with straight out of the box settings, no installed plugin
Issue
I cannot map ctrl, +
or ctrl, plus
shortcut for zoom in. I tried with these key mapping settings. However, it is not working.
1:
keymaps: {
// Example
// 'window:devtools': 'cmd+alt+o',
'zoom:in':'ctrl++',
'zoom:out': 'ctrl+-',
}
2:
keymaps: {
// Example
// 'window:devtools': 'cmd+alt+o',
'zoom:in':'ctrl+plus',
'zoom:out': 'ctrl+-',
}
While zoom out is working, zoom in is not working with any of these settings.
If I map ctrl, /
or some other key combinations to zoom in, it works.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7
Top Results From Across the Web
Problem with mapping ctrl+plus , ctrl++ key combinations #4377
I cannot map ctrl, + or ctrl, plus shortcut for zoom in. I tried with these key mapping settings. However, it is not...
Read more >my left ctrl key stopped working in win shortcuts (but still works
1. Press the Windows + X keys simultaneously; 2. Click on the Device Manager option; 3. Click the arrow that points to Keyboards;...
Read more >How to programmatically determine the correct keystroke for ...
This covers typing a 'plus' by any means which include pressing down CTRL or CTRL SHIFT: register(f, "control MINUS"); register(f, "control ...
Read more >Weird accidental key mapping, CTRL key alone loads home ...
If I press CTRL key while the new shortcut is waiting for the key combination to be recorded, it records <Primary>HomePage in org.gnome.settings ......
Read more >QKeySequence — Qt for Python
For hard-coded shortcuts, integer key codes can be specified with a combination ... For example, the shortcuts, Ctrl plus and Ctrl minus, are...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
oh i see, good to know.
The
+
key on the keypad can be mapped withnumadd
as electron key mapping shows, so the following key mapping solved my problem: