zoeyfyi / Boop-GTK

Port of @IvanMathy's Boop to GTK, a scriptable scratchpad for developers.

Home Page:https://boop-gtk.zoey.fyi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request: Ctrl-Q to Quit

KSXGitHub opened this issue · comments

Request: Ctrl-Q to Quit

Is Ctrl+Q really that universal? What's wrong with Alt+F4?

You can also define a shortcut to quit a GTK application in your GTK theme, something like this.

Is Ctrl+Q really that universal?

It is a common occurrence in the apps I use:

  • Visual Studio Code
  • Sublime Text
  • Text Editor (gedit)
  • System Monitor (gnome-system-monitor)
  • Usage (gnome-usage)
  • Files (nautilus)
  • Micro Editor
  • etc.

Some terminal apps also have Ctrl-Q or Q.

What's wrong with Alt+F4?

Compared to Ctrl-Q, it is harder to press.

Every one of my uses for Boop-GTK is very brief (mostly sorting lines), so I expect a faster exit.