bfritscher / carnac

A utility to give some insight into how you use your keyboard
http://carnackeys.com/
Microsoft Public License
691 stars 69 forks source link

Shift + Function Keys aren't recognized as being part of modifiers. #38

Open OluwaninsolaAO opened 3 years ago

OluwaninsolaAO commented 3 years ago

Shift + Function Keys aren't recognized as being part of modifiers. Please kindly see to this as well, If there can be a customized shortcut to turn the Pop Up Off on demand. . Thank You, This is very much useful.

rickyweb commented 3 years ago

On the same topic, if using the chrome.yml file with this configuration:

  - name: Reload the current page, ignoring cached content
    keys:
      - Shift+F5

the shortcut isn't recognized. Instead it will show "Shift" for a short time, followed by "F5 Reload the current page" which comes from this configuration:

  - name: Reload the current page
    keys:
      - F5
ghost commented 2 years ago

Funny, I actually get slightly different results from the latest beta build. If I press shift + F5 I see no pop-ups at all, but if I press and hold shift and press F5 twice, then I see the pop up. But when the pop-up appears it only displays "F5" without the "shift" part. Also, it seems to not show any of the "name" text next to the pop-up symbols, which is weird. :p