You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "renato-bohler (via GitHub)" <gi...@apache.org> on 2023/12/02 17:21:51 UTC

[I] Linux and Windows users unable to use Cmd + Enter to submit queries on Pinot UI [pinot]

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: commits-unsubscribe@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [I] Linux and Windows users unable to use Cmd + Enter to submit queries on Pinot UI [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang closed issue #12086: Linux and Windows users unable to use Cmd + Enter to submit queries on Pinot UI
URL: https://github.com/apache/pinot/issues/12086


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org