Currently, the app selected only gets launched by my "main" enter key (the big one on top of Right Shift) but not the right one on the numpad
In my system, looking through xev, I get that my "main" enter key is keycode 36 (keysym 0xff0d, Return) and the numpad one is keycode 104 (keysym 0xff8d, KP_Enter)
I am using the latest release of dlauncher-git through the AUR (aur/dlauncher-git 0.1.2-1 [+1 ~0.43])
If any more information is necessary feel free to ask.