Steps to reproduce
Go to settings > Hotkeys
Try to bind a command to this hotkey: ctrl+shift+0
Nothing happened, no error message, and the hotkey stays unchanged.
It’s weird that it works for ctrl+0
Also tried in the sandbox vault
Expected result
Being able to use this hotkey to run commands.
Actual result
Nothing happen
Environment
SYSTEM INFO:
Obsidian version: v1.5.12
Installer version: v1.5.3
Operating system: Windows 10 Pro 10.0.19045
Login status: logged in
Catalyst license: insider
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: off
Plugins installed: 0
Plugins enabled: 0
RECOMMENDATIONS:
none
Additional information
I want to reproduce Notion and other editor shortcuts to change text formating (different heading levels, bullet list, checklist, and reset formatting). They usually take the form of a ctrl+shit+number
hotkey.
RolWg
July 29, 2024, 9:48am
3
same here
Obsidian v1.6.7
installer version 1.4.16
Operating System: Windows, works on Mac
This is an upstream limitation/reserved hotkey in windows
opened 06:29AM - 08 Nov 22 UTC
closed 10:41PM - 08 Nov 22 UTC
platform/windows
bug
component/webcontents
20-x-y
### Preflight Checklist
- [X] I have read the [Contributing Guidelines](https:/… /github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [X] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a bug report that matches the one I want to file, without success.
### Electron Version
20.1.4
### What operating system are you using?
Windows
### Operating System Version
Windows 11
### What arch are you using?
x64
### Last Known Working Electron version
_No response_
### Expected Behavior
I try to handle Ctrl + Shift + ")" (0 on qwerty keyboard) combination when user press keys down.
I expect that when I press Ctrl + Shift + ) event `before-input-event` will be fired with `type == 'keyDown`.
### Actual Behavior
The event does not fire.
### Testcase Gist URL
https://gist.github.com/Imperat/14d1847e8edaee9f962435649707c56f
### Additional Information
_No response_
opened 05:29PM - 31 Jan 16 UTC
closed 11:48AM - 04 Feb 16 UTC
info-needed
verified
I'm trying to use `Ctrl + Shift + 0` as a keybinding, but it simply doesn't work… . Strangely, if I try to use the new _Define Keybind_ interface, the _0_ key is ignored, remaining the previously pressed key.
Just out of curiosity, using `1..9` works. Also works (including `0`) if I use `Alt` instead of `Shift`.
Thanks in advance
I can confirm that this works on my Linux installation.