I would remap my keyboard as following:
xmodmap -e "keycode 77= w W {"
xmodmap -e "keycode 78= x X }"
xmodmap -e "keycode 24= a A @"
xmodmap -e "keycode 49= ` & 2"
xmodmap -e "keycode 65= space space _"
xmodmap -e "keycode 111= Up Up Down"
xmodmap -e "keycode 113= Left Left Right"
xmodmap -e "keycode 51= * \" \' "
xmodmap -e "keycode 113= Left Left Right"
xmodmap -e "keycode 113= Left Left Right"
But xmodmap returns me:
xmodmap: commandline:1: bad keysym name 'XF86XK_{' in keysym list
I have seen on the web I should firstly remove the key but I m wondering if that could create some bug, so before trying a move I would ask the community some advice,
thanks