ijprest / keyboard-layout-editor

Web application to enable the design & editing of keyboard layouts
http://www.keyboard-layout-editor.com/
Other
1.3k stars 241 forks source link

key layout - upright text #333

Closed jsartain38826 closed 1 year ago

jsartain38826 commented 1 year ago

is there a way to change direction of key layout? i.e. on the enter key (number pad) E N T E R

ijprest commented 1 year ago

There are multiple ways to do it, but the 'cleanest' might be with some custom styles.

  1. Change your text from ENTER to <span class='upright'>ENTER</span>
  2. Add this to the Custom Styles tab: .upright { writing-mode: vertical-rl; text-orientation: upright; }

Here's an example demonstrating: (link)