Hi, I am using the HotkeyListener Nuget package and I am trying to update a hotkey.
I have a label that displays what hotkey is being used which is F7, I added a click function to change the text.
private void OnrecordPOSClick(object sender, EventArgs e) =>
recordPOS.Text...
What i want. If you click the button (See picture) you can the press keys on your keyboard for example CTRL + D in The white text change to the hotkey you have set. This will be registerd in an enum list Like i have now:
private enum Listry
{
LeftMouse = 1,
RightMouse...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.