CSC207-2022F-UofT / course-project-bill-gates

A bill recording software developed by team "Bill Gates."
9 stars 4 forks source link

[Improvement] Change the shortcut keys for the menu items #94

Closed Lei-Tin closed 1 year ago

Lei-Tin commented 1 year ago

Currently, the shortcut keys are:

Shift-I
Shift-A
Shift-H
Shift-S

However, if a user wants to input a specific currency code by pressing "Shift + key" for uppercase character, this might accidentally call up the different functions. E.g. "USD, AUD", typing with all shift, or just typing in the String fields in general.

A better combination could be "Cmd + Shift + Key" or "Ctrl + Shift + Key"