ONLYOFFICE / ONLYOFFICE/DocumentServer
Insert Cells Keyboard shortcut not working
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 6.9k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
This issue is unique.
- I have used the search tool and did not find an issue describing my bug.
Operating System
Windows 10 / 8.1 / 7
Version information
7.1.1.57
Expected Behavior
Pressing ctrl+shift+= should bring up the Insert Cells dialog
Actual Behavior
Nothing happens.
Reproduction Steps
No response
Additional information
- The documentation and my interface states that
ctrl+shift+=is the shortcut for Insert Cells. - However, pressing
ctrl+shift++brings up the Insert Cells dialog instead. - I'm using a Swedish keyboard layout, but
=is also on the0tangent as I believe it is on a US keyboard.
ctrl+shift+= sequence
Does NOT work
| Key Name | Description | Key Code |
|---|---|---|
| VK_CONTROL | CTRL key | 17 |
| VK_LCONTROL | Left CONTROL key | 162 |
| VK_SHIFT | SHIFT key | 16 |
| VK_LSHIFT | Left SHIFT key | 160 |
| none | 0 key | 48 |
ctrl+shift++ sequence
DOES work
| Key Name | Description | Key Code |
|---|---|---|
| VK_CONTROL | CTRL key | 17 |
| VK_LCONTROL | Left CONTROL key | 162 |
| VK_SHIFT | SHIFT key | 16 |
| VK_LSHIFT | Left SHIFT key | 160 |
| VK_OEM_PLUS | For any country/region, the '+' key | 187 |
I tried debugging but it's a pain without sourcemaps. Also, I'd like to know where in the code keyboard shortcuts are defined?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Start by reproducing the shortcut behavior on Windows with the Swedish keyboard layout and locating where editor keyboard shortcuts are defined. Done means Ctrl+Shift+= opens the Insert Cells dialog and the documented and implemented shortcuts agree.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100