Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
! This file defines the basic keys for the experimental ergonomic
! keyboard based on the Dvorak layout.
!
! Author: Piotr Zielinski
!
! $Revision: 1.11 $
! To do
! Move the space key to 'z' or '''
! Move \ and / to mod-m and mod-w
! Remove Tab and Enter
clear mod5
clear mod4
clear mod3
clear mod2
clear mod1
clear control
clear lock
clear shift
keycode 23 = Tab
keycode 50 = Hyper_L
keycode 66 = Shift_L
keycode 94 = Mode_switch
keycode 115 = Super_L
keycode 64 = Meta_L Alt_L
keycode 116 = Super_R
keycode 117 = Hyper_R
keycode 113 = Control_R
keycode 109 = Hyper_R
! US keyboard:
!keycode 66 = backslash bar
keycode 49 = grave asciitilde
keycode 11 = 2 at
keycode 12 = 3 numbersign
keycode 17 = 8 asterisk
keycode 48 = ISO_Level3_Shift
keycode 51 =
! To be added to an intermediate file
! keysym Hyper_R = Control_R Control_R Shift_L Control_R
add shift = Shift_L Shift_R
add control = Control_L Control_R
add mod1 = Alt_L Alt_R
add mod2 = Super_L
add mod3 = Super_R
add mod4 = Mode_switch
add mod5 = Hyper_L Hyper_R