revery-ui / revery

:zap: Native, high-performance, cross-platform desktop apps - built with Reason!
https://www.outrunlabs.com/revery/
MIT License
8.07k stars 197 forks source link

[macOS] Create a spotlight-like window #914

Open ziulev opened 4 years ago

ziulev commented 4 years ago
image

How can I create a window which is displaying a spotlight-like popup after global keyboard shortcut.

lessp commented 4 years ago

Related to #322

Regarding the visuals #968 solves the issue of having a rounded (without windows-controls) Spotlight-like-window by passing Hidden to titlebarStyle

lessp commented 3 years ago

FWIW, I built this a quite while back @ziulev, might be of interest:

https://github.com/lessp/wolfred

image

It's missing the following feature however:

after global keyboard shortcut

ziulev commented 3 years ago

FWIW, I built this a quite while back @ziulev, might be of interest:

https://github.com/lessp/wolfred

image

It's missing the following feature however:

after global keyboard shortcut

Thank you, but I've already implemented what I want

Btw it quite similar with yours 🙂 https://github.com/ziulev/spotter

lessp commented 3 years ago

FWIW, I built this a quite while back @ziulev, might be of interest: https://github.com/lessp/wolfred image It's missing the following feature however:

after global keyboard shortcut

Thank you, but I've already implemented what I want

Btw it quite similar with yours 🙂 https://github.com/ziulev/spotter

Sweet, looks good!