Skip to content

Commit

Permalink
#1825: add missing keyboard shortcuts (#1862)
Browse files Browse the repository at this point in the history
* #1825: add missing keyboard shortcuts

* #1825: add missing keyboard shortcuts / eslint

* #1825: add missing keyboard shortcuts / fix some shortcuts

Co-authored-by: Konstantin Levin <Konstantin_Levin@epam.com>
  • Loading branch information
KonstantinEpam23 and KonstantinEpam authored Nov 25, 2022
1 parent cd986d4 commit 8fd5503
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions packages/ketcher-react/src/script/ui/action/atoms.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,18 @@ export const atomCuts = {
P: 'p',
F: 'f',
Cl: 'Shift+c',
Br: 'Shift+b',
Br: 'b',
I: 'i',
A: 'a'
A: 'a',
Q: 'q',
R: 'r',
K: 'k',
M: 'm',
Si: 'Shift+s',
Na: 'Shift+n',
X: 'x',
D: 'd',
B: 'Shift+b'
}

export default Object.keys(atomCuts).reduce((res, label) => {
Expand Down

0 comments on commit 8fd5503

Please sign in to comment.