Hop

Hop Used AI

12 devlogs
13h 34m
•  Ship certified
Created by Iniyan

An alternative to alt+tab on windows.

Timeline

Ship 2

This ship is currently being voted on by the community. Check back later!

Iniyan

13 days ago

Iniyan Covers 2 devlogs and 1h 9m

made an installer.

Update attachment

Now there will be tray service through the the application can be exited

Update attachment

Ship 1

1 payout of shell 128.0 shells

Iniyan

27 days ago

Iniyan Covers 10 devlogs and 12h 24m
  • Added some styles to the window
  • Added the hint based navigation between windows like in vim Spent the day on focusing issues of the window 😭 Now it has some basic functionalities with some minor bugs.

made the window to adjust its size dynamically based on the number of open windows.

Update attachment

Now the window updates the open windows list every time it open/close.

Update attachment

Assigned right sift key as a shortcut to show/hide the window using a low level system hook.

integrating the focus function with GUI.

Getting started with the GUI development

Update attachment

made the functions modular

Update attachment

Filtered the invisible windows (windows with 0 dim ) but still some windows are getting past the filter .

Update attachment

switching between the open windows using setForegroundWindow procedure.

getting the list of open windows .

Update attachment