felixse / FluentTerminal

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

"Failed to register hotkey:Scroll" and the app cannot be opened #987

Open lhchg opened 2 years ago

lhchg commented 2 years ago

image

Like above. App's interface is always like this, cannot show the terminal interface, seems like when hotkey check failed, the app will crash. Can there be a solution?

PandaWhisperer commented 1 year ago

I have the same issue (that is, I see the same error) but the app seems to run fine.

I came here to see if there's a way to get rid of this error without turning off notifications completely.

The error seems to be generated here (i.e. as expected, when keybindings are set up): https://github.com/felixse/FluentTerminal/blob/e7df4a0743398791239cf5399c98e5628fc823c8/FluentTerminal.SystemTray/Services/ToggleWindowService.cs#L87

However, I looked in the keybindings preferences and I find no binding named "Scroll".