renato-bohler opened a new issue, #12086: URL: https://github.com/apache/pinot/issues/12086
MacOS users are able to press `Cmd + Enter` to submit a query and `Cmd + /` to comment a line on the Query UI. The frontend for this is using `event.metaKey`, which corresponds to the ⌘ key on MacBooks and the like: https://github.com/apache/pinot/blob/949083d8b4903cd187660aaba5d0dd55bf7c85d0/pinot-controller/src/main/resources/app/pages/Query.tsx#L216-L225 On Windows/Linux, `metaKey` is the Windows/Super key, which is not usable as a modifier. This is a minor thing, but having to grab my mouse every time I want to submit a query is driving me crazy 😅 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
