How to disable next key (keycode 117) which is constantly being triggered?

keycode 117 is pagedown key. Check if it's pressed. or try

xmodmap -e "keycode 117=NoSymbol"