short cute key name change

This commit is contained in:
Srinath 2026-02-25 16:23:54 +05:30
parent 60ce7114d2
commit 33b0284cf6
1 changed files with 2 additions and 2 deletions

View File

@ -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' },
];