question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 4 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
LabhanshAgrawalcommented, Sep 2, 2020

oh i see, good to know.

1reaction
tolgahanakguncommented, Sep 1, 2020

The + key on the keypad can be mapped with numadd as electron key mapping shows, so the following key mapping solved my problem:

  keymaps: {
	'zoom:in':'ctrl+numadd',
	'zoom:out': 'ctrl+numsub',
  }
Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found