Jump to content

[1.14.4] Intercept key press and/or stop event propagation/default action


__pulse

Recommended Posts

I'm trying to bind key combinations (like CTRL+1) to specific things in my mod, however I can't seem to figure out how to prevent the default action (for example, if you press CTRL+1 it will switch the player's held item to the first hotbar item, just as it would if you pressed '1' by itself). My first thought was to listen to the raw KeyInputEvents on the event bus, however those events aren't Cancelable, so I can't prevent them from propagating after I've performed my action. I'm assuming I'll have to create a KeyBinding object and register it, however I still need to prevent the key's default assigned action from executing in the case where a modifier (like CTRL) is also pressed. Any help would be greatly appreciated!

Edited by __pulse
clarifying statement
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.