ThioJoe / F-Key-Sender

Lets you send keystrokes for F13 to F24 keys via buttons, including with modifiers
GNU General Public License v3.0
134 stars 9 forks source link

Less code, less problems #5

Closed RallyTuning closed 1 month ago

RallyTuning commented 2 months ago

Don't trust the change preview here on GitHub, it's a mess. Just open it in VS and test it before publishing! ✌🏻

Rekkonnect commented 2 months ago

Implying the code to send from the button's name seems ugly to me; I would prefer using the Tag property for that purpose

RallyTuning commented 2 months ago

Implying the code to send from the button's name seems ugly to me; I would prefer using the Tag property for that purpose

Ugly but functional. The name of the control is however a variable. Calling it via class or via string name is the same