• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

hotkeys

  1. J

    GameMaker Start / End of Line Shortcut no longer works after update

    Hi, after the most recent update (2024.2), the shortcuts for going to the start and end of lines no longer works. I am on Mac, so my shortcuts are usually Command+Left or Command+Right. My Command+Delete still works to remove the entire line of code up to the cursor's position, and my...
  2. Rapt

    Question - IDE Goto Code Implementation

    In previous versions of game maker you could navigate to code implementation of a function (or method) by pressing F1 key, but it seems that in current version (ide: 2023.11.1.129, runtime: 2023.11.1.160) that hotkey has been removed, I'm unabled to find it listed on Preferences>Redefine Keys...
  3. DragonPup

    SOLVED Help? Hotkey doesn't work in some rooms...

    Just started a new project to play around with an idea & I'm running into a weird issue. I have a oGameMgr object that is persistant and in all my rooms. The step event is SUPER simple it just has some hotkeys that I like to have. I have this setup in nearly every project. Here's the code...
  4. Dimsum Cart Studio

    GameMaker How to Disable Middle Mouse Button Function Link to Manual

    As the title suggests: The feature where clicking a function with the middle mouse button jumps to the Manual page often troubles me. This issue arises when I'm trying to drag items in the operation area and accidentally release my middle button on a function, which causes a web page to pop up...
  5. U

    Keyboard shortcuts not working on Ubuntu that work on Windows

    I've cross-compiled my game for Ubuntu, but the keyboard shortcuts don't appear to be working quite the same. I have an if statement in my player option's Step event: if keyboard_check_pressed(186) and keyboard_check(vk_shift) This is intended to be a shortcut on the colon : key. Instead, when...
  6. Gunnar the Clovis

    Feature Request: CTRL+M/U Hotkey to Fold/Unfold Asset Groups in Asset Browser

    Hey, simple hotkey feature request self-explanatory in the title: When in the Asset Browser of the General IDE, CTRL+M folds / collapses all asset folders (asset groups) CTRL+U unfolds / expands all asset folders (asset groups) These hotkeys already exist for folding / unfolding all code...
  7. emicarra

    Design GMS2 Sprite editor hotkeys

    Hello, does gms2 sprite editor have hotkeys for moving from one frame to another? I know the left and right arrows work, but only after you click on a frame, if you start drawing again, they stop working. Thanks
Top