felixse / FluentTerminal

A Terminal Emulator based on UWP and web technologies.
GNU General Public License v3.0
9.15k stars 443 forks source link

keyboard shortcut is not shown after editing #1024

Open Ramin-RX7 opened 1 year ago

Ramin-RX7 commented 1 year ago

When a profile does not have a keyboard shortcut and you add one and then save the profile, the shortcut is not shown in that profile details. You have to click on another profile and then click back to the profile you just added key for to see your new shortcut is added

Steps to see this: 1) Make a new profile (or choose a profile with no keyboard shortcut) 2) In edit section, add a new keyboard shortcut. 3) Hit save button.

As you can see the new shortcut is not shown in the list. Just click on another profile and then again click to this profile and the shortcut is there. (I'm not a C# developer and I don't have much of a knowledge in GUI coding but I guess there should be a refresh to the window so that key binding will be shown in the first try)