rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

MacSetOptionAsMeta() for only left or right #265

Open SG60 opened 8 years ago

SG60 commented 8 years ago

The MacSetOptionAsMeta() option is really useful, however sometimes I need to use characters which need the alt key. For example, to type a # on my keyboard you have to use alt+3. It would be useful to be able to set only the left alt key as meta, and keep the other as alt.

bambu commented 7 years ago

@SG60 try #293 and let me know how that works for you.

SG60 commented 7 years ago

@bambu Thanks, I'll try this when I can.