Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ctrl + and Ctrl -
#1
So far I've managed to avoid using any Win32API calls in my current project. Ah, but now I'm adding a font increase/decrease function and I'm used to using Ctrl + and Ctrl -, in Firefox, to increase and decrease the font size. So I'd like to use the same key combos in QB64, but...

I don't believe GLUT has a way for us to map those combos, so _KeyHit, _Keydown, Inp, Inkey$, etc. don't seem to have a way to make it so. Simply put, when the control key is held down in QB64, the minus and plus keys (along with some others) are not recognized. At least that's been my experience, but maybe I'm missing something here.

Pete
Reply


Messages In This Thread
Ctrl + and Ctrl - - by Pete - 01-29-2026, 08:35 PM
RE: Ctrl + and Ctrl - - by SMcNeill - 01-29-2026, 09:07 PM
RE: Ctrl + and Ctrl - - by Pete - 01-29-2026, 09:29 PM
RE: Ctrl + and Ctrl - - by SMcNeill - 01-29-2026, 09:44 PM
RE: Ctrl + and Ctrl - - by Pete - 01-29-2026, 09:55 PM
RE: Ctrl + and Ctrl - - by grymmjack - 01-31-2026, 03:45 PM
RE: Ctrl + and Ctrl - - by Petr - 01-31-2026, 05:17 PM
RE: Ctrl + and Ctrl - - by Kernelpanic - 02-01-2026, 12:55 AM
RE: Ctrl + and Ctrl - - by Pete - 02-01-2026, 03:04 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)