diff options
| -rw-r--r-- | draft/map_ctrl_to_both_esc_and_ctrl.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/draft/map_ctrl_to_both_esc_and_ctrl.md b/draft/map_ctrl_to_both_esc_and_ctrl.md index f928992..d7722da 100644 --- a/draft/map_ctrl_to_both_esc_and_ctrl.md +++ b/draft/map_ctrl_to_both_esc_and_ctrl.md @@ -1 +1,2 @@ -using xcape -e 'Control_L=Escape' +xcape -e 'Control_L=Escape' +xcape -e "Shift_L=parenleft;Shift_R=parenright" |
