Skip to content

Commit

Permalink
keymap_borisfaure: rework a bit about arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Apr 26, 2024
1 parent cd63b8e commit 9ca1f41
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/keymap_borisfaure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,15 +339,15 @@ pub static LAYERS: keyberon::layout::Layers<10, 4, 9, CustomEvent> = keyberon::l
[ {HT_S_Z} {HT_A_X} C D {HT_3_V} {HT_3_J} H , {HT_A_DOT} {HT_S_SL} ],
[ {VCAPS} {VNUM} {HT_3_ESC} {HT_1_SP} Tab Enter {HT_2_BS} {HT_3_RA} n n ],
} { /* 1: LOWER */
[ ! # $ '(' ')' ^ & {S_INS} * ~ ],
[ = - '`' '{' '}' Left PgDown PgUp Right '\\' ],
[ @ & % '[' ']' n n n '\'' '"' ],
[ t t n n n Escape Delete n t t ],
[ ! # $ '(' ')' ^ & {S_INS} * ~ ],
[ = - '`' '{' '}' n n PgUp PgDown '\\' ],
[ @ & % '[' ']' n n n '\'' '"' ],
[ t t n n n Enter Space Delete t t ],
} { /* 2: RAISE */
[ {QWERTY} n {E_ACU} {E_CIR} {E_GRV} Home {U_GRV} {I_CIR} {O_CIR} PScreen ],
[ {A_GRV} '_' + & | Left Down Up Right PgUp ],
[ {EURO} {OE} {C_CED} {CAPS} {NUMLCK} End Menu n {DOTS} PgDown ],
[ t t n BSpace Delete Enter Space n t t ],
[ {QWERTY} n {E_ACU} {E_CIR} {E_GRV} PgUp {U_GRV} {I_CIR} {O_CIR} Home ],
[ {A_GRV} '_' + & | RAlt Left Up Down Right ],
[ {EURO} {OE} {C_CED} {CAPS} {NUMLCK} PgDown Menu PScreen {DOTS} End ],
[ t t Escape BSpace Tab n n n t t ],
} { /* 3: NUMBERS Fx */
[ . 4 5 6 = / F1 F2 F3 F4 ],
[ 0 1 2 3 - * F5 F6 F7 F8 ],
Expand All @@ -357,7 +357,7 @@ pub static LAYERS: keyberon::layout::Layers<10, 4, 9, CustomEvent> = keyberon::l
[ Pause {GAME} {COLEMAN} {QWERTY} n {MSU} n n n n ],
[ n VolDown Mute VolUp n n {ML} {MD} {MU} {MR} ],
[ n {MPREV} {MPLAY} {MNEXT} n {MSD} n n n n ],
[ t t n n n {MLC} {MMC} {MRC} t t ],
[ t t {MLC} {MMC} {MRC} {MLC} {MMC} {MRC} t t ],
} { /* 5: TMUX */
[ {T_6} {T_7} {T_8} {T_9} {T_0} {T_1} {T_2} {T_3} {T_4} {T_5} ],
[ {T_LST} n n n n {T_PRV} n {T_SCR} {T_NXT} {T_CMD} ],
Expand Down

0 comments on commit 9ca1f41

Please sign in to comment.