SubtitleEdit / subtitleedit

the subtitle editor :)
http://www.nikse.dk/SubtitleEdit/Help
GNU General Public License v3.0
8.86k stars 916 forks source link

Refactor ListView key event handlers #8971

Open ivandrofly opened 2 weeks ago

ivandrofly commented 2 weeks ago

Renamed and consolidated methods handling ListView key events to simplify and eliminate code duplication. This change ensures more maintainable code by utilizing a single method to handle key events for different ListView instances.