short cute key name change
This commit is contained in:
parent
60ce7114d2
commit
33b0284cf6
|
|
@ -16,8 +16,8 @@ const ShortcutKeyHelper = ({ }) => {
|
|||
{ key: 'Alt + W', description: 'Hold and Recall' },
|
||||
{ key: 'Ctrl + Q', description: 'Qty Change' },
|
||||
{ key: 'Ctrl + E', description: 'Price Change' },
|
||||
{ key: 'Ctrl + Y', description: 'Weight / Amount' },
|
||||
{ key: 'Ctrl + B', description: 'Packing' },
|
||||
{ key: 'Ctrl + Y', description: 'Packing' },
|
||||
{ key: 'Ctrl + B', description: 'Weight / Amount' },
|
||||
{ key: 'Alt + P', description: 'Change Total Amount' },
|
||||
{ key: 'Ctrl + I', description: 'Customer Rate History' },
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue