mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-03 01:50:12 +00:00
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
{
|
|
"keybindings": {
|
|
"Home": {
|
|
"<q>": "Quit", // Quit the application
|
|
"<Ctrl-d>": "Quit", // Another way to quit
|
|
"<Ctrl-c>": "Quit", // Yet another way to quit
|
|
"<Ctrl-z>": "Suspend" // Suspend the application
|
|
},
|
|
}
|
|
}
|