wails/v3/examples/keybindings
Lea Anthony fe717c42b5
Refactor to using Window interface (#4471)
Refactor window interface to eliminate type assertions and improve code maintainability
2025-08-09 15:28:08 +10:00
..
main.go Refactor to using Window interface (#4471) 2025-08-09 15:28:08 +10:00
README.md Mac examples + readme updated 2023-10-17 20:25:36 +11:00

Keybindings Example

This simple example demonstrates how to use keybindings in your application. Run the example and press Ctrl/CMD+Shift+C to center the focused window.

Running the example

To run the example, simply run the following command:

go run .

Status

Platform Status
Mac Working
Windows Working
Linux