tanjeffreyz / auto-maple-resources

Community repository for Auto Maple command books and routines
MIT License
22 stars 33 forks source link

Invalid keyboard input Adele #4

Closed Tsukino-uwu closed 2 years ago

Tsukino-uwu commented 2 years ago

Whats the intended way to write the keyboard inputs assuming all keys are supported like home,end,pgup etc? page_up & pgdn ? just guessing from what shows up in the start/stop control or is there a list for them ?

Getting this error when its trying to use buffs

##################
#    ENABLED     #
##################
Invalid keyboard input: 'pagedown'.
Invalid keyboard input: 'pagedown'.
Invalid keyboard input: 'pagedown'.
Invalid keyboard input: 'pagedown'.
Invalid keyboard input: 'pageup'.
Invalid keyboard input: 'pageup'.
Invalid keyboard input: 'pageup'.
Invalid keyboard input: 'pageup'.
tanjeffreyz commented 2 years ago

Yeah, I think just going with whatever shows up in the keybinds list, so "pageup" should be "page up". I've just updated vkeys.py with this.