Skip to content

Commit

Permalink
fix: display the "e" on VK as upright
Browse files Browse the repository at this point in the history
  • Loading branch information
arnog committed Aug 19, 2023
1 parent e56f0ec commit d981076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/virtual-keyboard/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const LAYOUTS: Partial<
'[/]',
'[separator-5]',
{
latex: 'e',
latex: '\\exponentialE',
shift: '\\ln',
variants: ['\\exp', '\\times 10^{#?}', '\\ln', '\\log_{10}', '\\log'],
},
Expand Down

0 comments on commit d981076

Please sign in to comment.