Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tough to ID key sequences...
#2
Could use a combination of "_KEYDOWN" to check for [CTRL] hold, and "INKEY$" for minus or equals but you know that already and is less efficient. I have done something like that for a couple of programs for my own use.

First check minus or equals, don't have to check for [SHIFT] as well as [CTRL] only if that first condition is true. A music program I use irritatingly insists in my using [SHIFT] for equals key because the command is [CTRL]-plus, and otherwise it doesn't care I'm on a budget laptop which doesn't have a numeric keypad. :/
Reply


Messages In This Thread
Tough to ID key sequences... - by Pete - 12-03-2022, 08:38 PM
RE: Tough to ID key sequences... - by mnrvovrfc - 12-04-2022, 12:14 AM
RE: Tough to ID key sequences... - by Pete - 12-04-2022, 12:19 AM
RE: Tough to ID key sequences... - by mnrvovrfc - 12-04-2022, 03:52 AM
RE: Tough to ID key sequences... - by Pete - 12-04-2022, 04:57 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Shift key not recognized when focus is changed to QB64 program dano 17 3,049 09-18-2024, 03:15 AM
Last Post: TerryRitchie

Forum Jump:


Users browsing this thread: 1 Guest(s)