Adventure Game Studio

Community => General Discussion => Topic started by: Kumpel on Mon 26/06/2017 13:22:40

Title: Always Ascii at a keyboard without ">","<" and "|" in Win7?
Post by: Kumpel on Mon 26/06/2017 13:22:40
Hello,

as my 2012er notebook is as good as dead now because the video card seems to be broken (chess board pattern und BSODS everywhere but in safe mode), I switched to an even older one until I can afford a new notebook. But when I tried to return to coding my game, I noticed the keyboard is missing the ">","<" and "|"-key (usually left from the y or z key).

Do I really have to use ASCII code combinations all the time to get these basic symbols for coding? (wrong)(roll):-X

Have you guys ever encountered this problem? How did you help yourself?

Do you guys have any idea or know a software that makes it possible to create custom shortkeys for these 3 symbols in win 7 so that I can use them in the AGS Editor?

Cheers
Kumpel
Title: Re: Always Ascii at a keyboard without ">","<" and "|" in Win7?
Post by: CaesarCub on Mon 26/06/2017 13:54:21
You could always try changing the Keyboard layout, until you find one that will have the < > and | keys on some other place.
Or you can create your own keyboard layout and make your own key combinations: https://msdn.microsoft.com/en-us/globalization/keyboardlayouts.aspx
Title: Re: Always Ascii at a keyboard without ">","<" and "|" in Win7?
Post by: NicolaGs on Mon 26/06/2017 16:39:24
There's also this program : Sharpkeys (https://sharpkeys.codeplex.com/releases/view/79616), that I use for the exact same reason as you on my old laptop.

You tell the program which key you want to change (by pressing it) and then with which key you want to replace it.
As the key doesn't physically exist on your keyboard, you can use the Windows Virtual Keyboard to simulate the "<>" key press.
The program then writes the changes to the registry, which then become permanent (but reversible).
Title: Re: Always Ascii at a keyboard without ">","<" and "|" in Win7?
Post by: Kumpel on Mon 26/06/2017 23:36:26
Thanks for your ideas! I tried some programs but actually I must have been blind though. The key I have been looking for so desperately is just a few positions away from the usual location... (left from the spacetab...) I swear, it wasn't there f

I love it when problems just solve themself right before I go to bed (laugh)
anyway... back to coding everyone. The crisis is averted! :=
Title: Re: Always Ascii at a keyboard without ">","<" and "|" in Win7?
Post by: Adeel on Tue 27/06/2017 14:58:33
For future reference, always look for on-screen keyboards. And to create custom shortcut keys for anything (which you can use in any program), try AutoHotKey
Title: Re: Always Ascii at a keyboard without ">","<" and "|" in Win7?
Post by: selmiak on Wed 28/06/2017 09:23:47
Win+R > osk

8-)