kometbomb / klystrack

A chiptune tracker
http://kometbomb.github.io/klystrack/
Other
482 stars 29 forks source link

Feature request: option to disable "esc -> quit" #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am in the habit of quickly tapping ESC to gat back to basic editing when I'm 
in menu's. This quits Klystrack if you already saved your song. Can you perhaps 
add an option to disable "esc == quit"? I can find Alt+F4 easily enough :)

Original issue reported on code.google.com by bou...@gmail.com on 23 Aug 2014 at 6:05

GoogleCodeExporter commented 9 years ago
Perhaps this should be countered with a custom keymap that maps ESC to some key 
combo that does nothing (or does something like stopping playback).

Original comment by kometb...@gmail.com on 14 Dec 2014 at 1:19

GoogleCodeExporter commented 9 years ago
Good idea! Should have thought of that myself. Thanks.

Had to look in your code for the rigt KeyShortcuts, but yeah it works :)

K_ESCAPE = K_F8

Original comment by bou...@gmail.com on 14 Dec 2014 at 1:51