Picade controls with Daphne no insert coin

Did anyone ever get Daphne controls working on Picade?

I read multiple sites and thought I was close but I still cannot get it to work. I was going to look at output from jstest, but I couldn’t get that to run at the terminal…

I referenced this for the Daphne keymaps: Daphne Keymaps
And this Pimoroni Forum Post: POST

Here are my latest NON-WORKING settings in dapinput.ini:

[KEYBOARD]
KEY_UP = 273 114 5
KEY_DOWN = 274 102 7
KEY_LEFT = 276 100 8
KEY_RIGHT = 275 103 6
KEY_BUTTON1 = 306 97 305 (represents keyboard ctrl)
KEY_BUTTON2 = 308 115 303 (represents keyboard shift)
KEY_BUTTON3 = 32 113 32 (represents keyboard space)
KEY_START1 = 49 0 111 (represents keyboard o)
KEY_START2 = 50 0 0
KEY_COIN1 = 53 0 105 (represents keyboard i)
KEY_COIN2 = 54 0 0
KEY_SKILL1 = 304 119 0
KEY_SKILL2 = 122 105 0
KEY_SKILL3 = 120 107 0
KEY_SERVICE = 57 0 0
KEY_TEST = 283 0 0
KEY_RESET = 284 0 0
KEY_SCREENSHOT = 293 0 0
KEY_QUIT = 27 113 17 (my right side button just worked with this default)
END

Any help would be appreciated!!