Skip to content

jdsimcoe/keyframes

Repository files navigation

Keyframes

A macOS Electron app for https://keyframes.net/.

Features

Background behavior

When closing the window, the app will continue running in the background, in the dock on macOS and the tray on Linux/Windows. Right-click the dock/tray icon and choose Quit to completely quit the app. On macOS, click the dock icon to show the window. On Linux, right-click the tray icon and choose Toggle to toggle the window. On Windows, click the tray icon to toggle the window.

If you like to have Keyframes minimized on startup, open it from the command-line with the --minimize flag.

Always on Top

You can toggle whether Keyframes stays on top of other windows in the Window/View menu or with Cmd/Ctrl Shift t.

Keyboard shortcuts

Description Keys
Toggle "Always on Top" Cmd/Ctrl Shift t

Dev

Built with Electron.

Commands
  • Init: $ npm install
  • Run: $ npm start
  • Build macOS: $ npm run build:macos

License

MIT © Jonathan Simcoe