Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
keyboards:qmk [2022-09-14] dcaikeyboards:qmk [2022-10-09] (current) dcai
Line 5: Line 5:
  
 ^ Position     ^ Key     ^ Comment ^ ^ Position     ^ Key     ^ Comment ^
-|<del>''capslock''</del>   | <del>''MT(MOD_LCTL, KC_ESC)''</del> | <del>hold ''ctrl'', tap to ''esc''</del> It appears to be a bad idea to combine ctrl and esc to tap and hold, it causes issue in tmux, for example: `ctrl-b 1`, and when press ''ctrl-f'' (for fish autocomplate), if I press enter fast, it may inserts newline instead of execute, it  aslo introduce odd issue with vim being started when typing in shell. Given how often I use ctrl, I leave it as just ctrl | 
 | ''Shift''     | ''MT(MOD_LSFT, KC_ESC)'' | shift and esc  | | ''Shift''     | ''MT(MOD_LSFT, KC_ESC)'' | shift and esc  |
-| ''Tab''       | ''LT(2, KC_TAB)''        | hold layer 3, tap to ''tab'' +| ''Tab''       | ''LT(3, KC_TAB)''        | hold to num layer, tap to ''tab'' 
-| ''/''         | ''LT(2, KC_SLSH)''       | hold layer 3, tap to ''/''    | +| ''/''         | ''LT(3, KC_SLSH)''       | hold to num layer, tap to ''/''    | 
-| '';''         | ''LT(2, KC_SCLN)''       | hold layer 3, tap to '';''    | +| '';''         | ''LT(3, KC_SCLN)''       | hold to num layer, tap to '';''    | 
-| ''Z''         | ''LT(2, KC_Z)''          | hold layer 3, tap to ''Z''    |+| ''Z''         | ''LT(2, KC_Z)''          | hold to symbal layer, tap to ''Z''    
 + 
 + 
 + 
 +home row mods 
 + 
 + 
 +^ Position     ^ Key     ^ Comment ^ 
 +| ''F''     | ''MT(MOD_LSFT, KC_F)'' or ''LSFT_T(KC_F)'' | ''F'' is left shift  | 
 +| ''J''     | ''MT(MOD_RSFT, KC_J)'' or ''RSFT_T(KC_J)'' | ''J'' is right shift  | 
 + 
 + 
 + 
 +|<del>''capslock''</del>   | <del>''MT(MOD_LCTL, KC_ESC)''</del> | <del>hold ''ctrl'', tap to ''esc''</del> It appears to be a bad idea to combine ctrl and esc to tap and hold, it causes issue in tmux, for example: `ctrl-b 1`, and when press ''ctrl-f'' (for fish autocomplate), if I press enter fast, it may inserts newline instead of execute, it  aslo introduce odd issue with vim being started when typing in shell. Given how often I use ctrl, I leave it as just ctrl |
  
  
keyboards/qmk.1663127597.txt.gz · Last modified: by dcai