So far I've tried:
awful.key({ modkey }, "", function () awful.screen.focused().mypromptbox:run() end)
awful.key({ modkey, modekey }, "", function () awful.screen.focused().mypromptbox:run() end)
-- 133 is the modkey identifier for my keyboard
awful.key({ modkey }, "#133", function () awful.screen.focused().mypromptbox:run() end)
awful.key({ }, "#133", function () awful.screen.focused().mypromptbox:run() end)
None of them worked as intended(running the prompt).