Fix international tilde character, and ` and ´#584
Conversation
|
This should work well enough for now until #214 lands |
|
Can you send me the debug keycodes for the non-working keys?
|
|
Haha, I edited my comment this very second :D The debug-output of ´ is |
|
This has been extended to cover ` and ´ |
| return; | ||
| } | ||
| // German keyboard layout | ||
| if (e.code === 'Equal' && e.shiftKey === false) { |
There was a problem hiding this comment.
won't that likely cause issues with other keyboard layouts because on another layout it may mean something different.
|
Tilde and backquotes works here with Italian keyboard. Still a small issue that prevents me to do ´ only with bash, but it's related to metakey bash special functions, and seems to affect only me. On nano or vi all that keys works perfectly ;) |
* master: chore(package): update react to version 15.3.1 (vercel#637) Fix vercel#527: validate cursorColor value and apply default if it fails (vercel#590) Added customChildrenBefore to the tabs. (vercel#580) Fix for markdown files (vercel#618) Provide clear selection of text in terminal view (vercel#608) Added shellArgs to the config. (vercel#572) Fix international tilde character, and ` and ´ (vercel#584) chore(package): update electron-prebuilt to version 1.3.3 (vercel#604) chore(package): update should to version 11.0.0 (vercel#602) Comments for ignored stuff A little shorter Unneeded space Open new window offset from last focused window (Credit: albinekb) (vercel#581) Fix maximizing behaviour (vercel#176) Fix mapXDispatch and allow plugin to access onWheel (credit: lkzhao) (vercel#578) Use single quotes for better compatibility (vercel#575) Add config for bell (vercel#468) chore(package): update electron-prebuilt to version 1.3.2 (vercel#553) Moved "file-uri-to-path" dep to app package.json (vercel#569)
|
it fixes the But there is still a problem with ``` key And I can make a PR for these keys if needed |

Alt+N is a tilde character on all tested international keyboard layouts, as well as on UK and US.