• 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!

shortcuts

  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. sammander

    Question - IDE Sprite editor rectangular selection tool CMD (add to) and ALT (subtract from) not working.

    I'm on GMS2 and I'm trying to select an area and add to it using CMD key but it does not add it just creates a new selection. Is this a known bug? Is anyone else on a mac that has this same issue? I have checked that I'm pressing the keys using the on-screen keyboard in OSX. I have been able to...
  3. Z

    (SOLVED) Lag issue, but solved ONLY when ALT+ENTER?

    Hi everyone, for a long time I have been fighting lag in my game. The lag did do something good however; I learned to optimize so many things, that the lag was reduced by a ton. I can basically have like 2000 instances running a small (but clever) amount of code and the lag doesn't really...
  4. FacesOfMu

     Code/Script Editor Keyboard Shortcut: Ctrl =

    Hey there, I'd love a keyboard short cut to turn selected text like this: var num = x; this_object.attacker = enemy; enemy.attacking = this_object; enemy.x = lengthdir_x(40, this_object.facing); if(this_object.facing >= 270) enemy.y = meeting_place(x,y,obj_bullet); into this: var num...
  5. E

    Mac OSX IDE/Script Editor - Right CMD Key Shortcuts not working

    I've run into a bizarre issue when using the Script Editor on a 2015 Macbook Pro, and I did not see any similar issues after searching the forum. I'm able to use the Left CMD key for all of the standard keyboard shortcuts (cut, copy, select all, etc), but the Right CMD key is only limited to...
  6. B

     Close dialogs and workspace objects with shortcuts

    Hi, would it be possible to add a shortcut to close dialogs like the prefs, the color picker or sprite selectot? Imho "esc" would make sense. Would it be possible to add a shortcut to close "objects" (or how you call them) on the workspace like sprite windows or object windows? Imho "ctrl +...
  7. B

     Focus onto resource name when creating resource?

    Hi, would it be possible when creating a resource using a shortcut (eg. "alt + s" for creating a sprite) to set the focus into the resource' name field or maybe even better onto the filename inside the resource tree? (see screenshot) It's not very intuitive to create a resource with a shortcut...
  8. B

     Shortcuts for creating resources don't work when code editor focused

    Hi, from the workspace, the room editor or if the resources panel is activated I can use "alt + c / s / o" to create resources. These shortcuts don't work if the code editor is focused Bug or feature?
  9. A

    Question - IDE Start Page Shortcut Key

    I have managed to summon the start page in Game Maker Studio 2... by random, accidentally, while coding. I want to know how, but the documented shortcuts makes no mention of summoning the start page. Is this a possible bug? I hope this bug to be a feature rather...
  10. F

    Question - IDE GM2 Room "alt-left-click" shortcut not working in room editor

    So in game maker 2 in the room editor you're able to sort of "tile" instances (like 32x32 walls) by alt-left clicking and dragging which makes level editing 1000x faster and more convenient... However, a couple of days ago this feature/shortcut has stopped working entirely, now I'm forced to...
Top