lhmouse / nano-win

GNU nano text editor for Windows [WARNING: The master branch is constantly rebased and force-pushed so don't expect it to be steady!! -end WARNING]
https://files.lhmouse.com/nano-win/
GNU General Public License v3.0
210 stars 25 forks source link

Use only left ALT as meta key #22

Closed wabberz closed 3 years ago

wabberz commented 3 years ago

Mapping both ALT keys as meta key causes issues getting certain special characters on international keyboards like German, were you need the right ALT/ALT GR key to get vital characters like @|~{}[] etc. Restricting it to the left ALT key solves this issue.

lhmouse commented 3 years ago

Thanks for the suggestion.