mattbierner / vscode-emojisense

Emoji Autocomplete Plugin For VSCode
https://marketplace.visualstudio.com/items?itemName=bierner.emojisense
MIT License
119 stars 9 forks source link

Wrong short key working in Linux VSCode. #44

Open darkRaspberry opened 3 years ago

darkRaspberry commented 3 years ago

Either docs is wrong for shortcut or Either Extension is not correct picking key binding.

Provide an emoji picker to select and insert an emoji in the editor or terminal. To access the picker, run the Emojisense: Pick an emoji command, or use the default keybindings: Mac: cmd + i Linux: ctrl + alt + i Windows: ctrl + i

Here Linux says ctrl + alt + i But I'm in Linux and key binding working for me is ctrl + i

darkRaspberry commented 3 years ago

I can send pull to correct key binding in docs.

mattbierner commented 3 years ago

Sure, here are the default keybindings: https://github.com/mattbierner/vscode-emojisense/blob/291bac96f4fc39415269151a95aa51f965802c70/package.json#L69

darkRaspberry commented 3 years ago

Can you verify? Because in my Linux machine ctrl+i works but key binding is ctrl+alt+i in the above file.

Only ctrl+i works and ctrl+alt+i doesn't give any result

j-lakeman commented 1 year ago

Same for me. Ctrl + Alt + I definitely doesn't work, Ctrl + I does. Furthermore, the Linux default Ctrl + Shift + I doesn't Format document, but also opens the emoji picker.

image image

Old-Farmer commented 11 months ago

same for me.