Added shortcut names Ctrl + Y and Ctrl + B
This commit is contained in:
parent
fa70173fc1
commit
d0fd9ec370
|
|
@ -15,8 +15,10 @@ const ShortcutKeyHelper = ({ }) => {
|
|||
{ key: 'F4', description: 'Quick Pay' },
|
||||
{ key: 'Alt + W', description: 'Hold and Recall' },
|
||||
{ key: 'Ctrl + Q', description: 'Qty Change' },
|
||||
{ key: 'Alt + P', description: 'Change Total Amount' },
|
||||
{ key: 'Ctrl + E', description: 'Price Change' },
|
||||
{ key: 'Ctrl + Y', description: 'Weight / Amount' },
|
||||
{ key: 'Ctrl + B', description: 'Packing' },
|
||||
{ key: 'Alt + P', description: 'Change Total Amount' },
|
||||
{ key: 'Ctrl + I', description: 'Customer Rate History' },
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue