Roshan-R / termv

A terminal iptv player written in bash
GNU General Public License v3.0
222 stars 19 forks source link

unsupported key: alt-] #22

Open HanyZaher opened 2 years ago

HanyZaher commented 2 years ago

Every time I try to run termv I get "unsupported key: alt-]" I have tried updating it using -u but it was up to date, even after reinstalling it was still the same.

note: it was working before

thank you

l00sed commented 2 years ago

I got this error too. Solution: sudo $VISUAL /usr/local/bin/termv Where $VISUAL = vim or your default editor Edit line 156. Change alt-] to something else and save.

HanyZaher commented 2 years ago

Edit line 156. Change alt-] to something else and save.

Changed it to "enter" and it just worked

I don't know how this thing happened

thank you

Roshan-R commented 2 years ago

Thanks for reporting this issue. It was due to older versions of fzf not supporting the alt+] keyboard shortcut.

Could you re-download termv via direct download and see if the issue still persists?

HanyZaher commented 2 years ago

Sorry for the late reply, I will do it in an hour (when I get to my laptop) and let you know