Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

[Resolved] Question on Win32API and KeyboardAccelerators

Hey, I doubt anyone will be able to tell me, but does anyone know the name (or integer identifier) of the Keyboard Accelerator Table for RGSS Player? I'm trying to disable that stupid alt+enter fullscreen accelerator but I need to know the name of the table.
 
Using ResHacker on an uncompressed dll, I get this:
Code:
102 ACCELERATORS
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
	VK_F1, 40003, NOINVERT, VIRTKEY
	VK_F2, 40004, NOINVERT, VIRTKEY
	VK_RETURN, 40002, NOINVERT, ALT, VIRTKEY
}
For ALT+Enter it is "40002", but I don't remember if it is a decimal value or a hexadecimal, but just try both.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top