e t a o i n s r h l d c u m g y f p w b . , v k 0 - ' x ) ( 1 j 2 : q " / 5 ! ? z 3 4 6 8 7 9 % [ ] * = + | _ ; \ > $ # ^ & @ < ~ { } `

superuser TypeRacer Heatmap Language Heatmap  Dvorak Control Qwerty
OSX PCKeyboardHack, KeyRemap4MacBook,Karabiner is the only way to remap the PgDn & PgUp keys.  Here is my private.xml

Temp Modified Dvorak w/o Pg&PgUp
    wget -qO- http://7fe.github.io/xmodmap | xmodmap -
    
The following will set the context key and right control key as Page Down and Page Up
pc
    wget -qO- http://7fe.github.io/pc | sudo tee /usr/share/X11/xkb/symbols/pc
 
And lastly this sets the RAlt key to a Page Up key.  This shorcut doesn't work with the combination 
altwin
    wget -qO- http://7fe.github.io/altwin | sudo tee /usr/share/X11/xkb/symbols/altwin

backup /usr/share/X11/xkb/symbols/us http://pastebin.com/7w6kXz2E
vr.ahk Sharpkeys keys.skl us2.zip
Here are the default Karabiner shorcuts Karabiner Usage Example Private.xml

Keyboard Layout Chart Apple Keybord Layouts Ultimate Guide to Keyboard Formfactor
Japanese vs Korean Keyboard Japanese auction sites mercari.com  buyee.jp zenmarket.jp

Macbook Pro has 2 additional modifier space type keys on the thinkpad
https://superuser.com/questions/38781 https://superuser.com/q/10980 https://commons.wikimedia.org/wiki/File:Physical_keyboard_layouts_comparison_ANSI_ISO_KS_ABNT_JIS.png
SGCAP

JIS macbok pro sucks because of the fn key which can't be remaped and Ctrl+Shift+t.
Basically the additional key on macbook pros is useless because there is no way to hit control+shift at the same time.
Technically you could remap caps lock to control which kinda works.
udrvkmod.zip US Dvorak Modified Modified.klc
JIS keycodes Ubuntu
xmodmap -e "keycode 62 = a a a"  this does not work
keycode 64 = Mode_switch

ALTGR

RAlt:: AltGR := true
RAlt Up:: AltGR := false

#If (AltGR)
	*SC030::Send {x}
        *+SC030::Send {X}
#If
3362178163  Password:5426 
	
Dvorak control/command Qwerty

https://portfolium.com/entry/qwerty-shortcuts-for-dvorak
https://gitlab.com/peytonhanel/keyboard-mods
https://www.reddit.com/r/linuxquestions/comments/36qp6m/qwertydvorak_keyboard_layout/
https://github.com/kentonv/dvorak-qwerty
https://github.com/tbocek/dvorak
https://msol.io/blog/tech/dvorak-qwerty-on-mac-windows-and-linux/
https://askubuntu.com/questions/35803/dvorak-layout-with-qwerty-hotkeys-dvorak-qwerty-ctrl
https://bugzilla.gnome.org/show_bug.cgi?id=162726
https://stackoverflow.com/questions/22842638/dvorak-typers-how-do-you-handle-shortcuts-like-ctrl-c