Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrow Keys and NumPad Keys don't work on the main menu after rebinding #44346

Closed
Daevinski opened this issue Sep 22, 2020 · 6 comments
Closed
Labels
Controls / Input Keyboard, mouse, keybindings, input UI, etc. stale Closed for lack of activity, but still valid.

Comments

@Daevinski
Copy link

Daevinski commented Sep 22, 2020

Describe the bug

After changing the "Move" keys to work globally with both the Arrow Keys and the NumPad Keys, is not possible to navigate the main menu with any of these sets anymore. It works in any other menu and in-game, except the main menu.

EDIT: The keys don't work in the regular Inventory Menu (i) as well.

Steps To Reproduce

  1. Edit keybindings.
  2. Update the "Move" keys with both Arrows and NumPad.

Expected behavior

Once set all the keys globally, the new keys should work in all menus, including the main menu.

Versions and configuration

- OS: Windows
    - OS Version: 10.0 2004
- Game Version: 0.E-6131-gdba2207 [64-bit]
- Graphics Version: Tiles
- Game Language: System language [English]
- Mods loaded: [
    Dark Days Ahead [dda],
    Aftershock [aftershock],
    Blaze Industries [blazeindustries],
    C.R.I.T Expansion Mod [crt_expansion],
    Aftershock - UndeadPeople Tileset [AftershockUDP],
    Blaze Industries - UndeadPeople Tileset [BlazeIndustriesUDP],
    C.R.I.T Expansion Mod - UndeadPeople Tileset [crt_expansionUDP],
    Graphical Overmap [Graphical_Overmap],
    Whaleys Hair Mod (UDP Tweaks) [WHALEYHAIR_UDP],
    Bionic Slots [cbm_slots],
    Fuji's Military Profession Pack [fuji_mpp],
    Stats Through Kills [stats_through_kills],
    Stats Through Skills [StatsThroughSkills]
]
@anothersimulacrum anothersimulacrum added the Controls / Input Keyboard, mouse, keybindings, input UI, etc. label Sep 22, 2020
@ZhilkinSerg
Copy link
Contributor

Attach your keybindings.json from config folder.

@Daevinski
Copy link
Author

Both the file you asked for and the config the way I see on the options.

keybindings.zip

cataclysm-tiles_o5xVzT2UQf

@Qrox
Copy link
Contributor

Qrox commented Sep 23, 2020

I think the problem is that main menu is not yet migrated to support keycode (due to the way it is currently implemented), so when you removed and rebound movement hotkeys, you removed the symbol mode keybindings, and that's why main menu no longer works. I suppose as a temporary measure I can change the code to only remove keybindings of currently enabled input mode.

@stale
Copy link

stale bot commented Oct 23, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not 'bump' or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered.

@stale stale bot added the stale Closed for lack of activity, but still valid. label Oct 23, 2020
@stale
Copy link

stale bot commented Nov 22, 2020

This issue has been automatically closed due to lack of activity. This does not mean that we do not value the issue. Feel free to request that it be re-opened if you are going to actively work on it

@stale stale bot closed this as completed Nov 22, 2020
@petrov1994
Copy link

I think the problem is that main menu is not yet migrated to support keycode (due to the way it is currently implemented), so when you removed and rebound movement hotkeys, you removed the symbol mode keybindings, and that's why main menu no longer works. I suppose as a temporary measure I can change the code to only remove keybindings of currently enabled input mode.

Main menu must support keycode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Controls / Input Keyboard, mouse, keybindings, input UI, etc. stale Closed for lack of activity, but still valid.
Projects
None yet
Development

No branches or pull requests

5 participants