-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkarabiner-lejboua-settings.sh
43 lines (41 loc) · 1.09 KB
/
karabiner-lejboua-settings.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#!/bin/sh
cli=/Applications/Karabiner.app/Contents/Library/bin/karabiner
$cli set remap.commandTab2expose 1
/bin/echo -n .
$cli set remap.copy_paste_winstyle_new_tab 1
/bin/echo -n .
$cli set remap.copy_paste_winstyle_reload 1
/bin/echo -n .
$cli set remap.find_winstyle_no_term 1
/bin/echo -n .
$cli set remap.new_winstyle_no_term 1
/bin/echo -n .
$cli set remap.option_tab_to_switch_application 1
/bin/echo -n .
$cli set remap.pc_style_copy_paste 1
/bin/echo -n .
$cli set remap.pc_style_open 1
/bin/echo -n .
$cli set remap.pc_style_prev_next 1
/bin/echo -n .
$cli set remap.pclikecontrolarrow_except_vm 1
/bin/echo -n .
$cli set remap.pclikehomeend_emacs 1
/bin/echo -n .
$cli set remap.pcstyle_close 1
/bin/echo -n .
$cli set remap.pointing_controlLeftclick2commandLeftclick 1
/bin/echo -n .
$cli set remap.redo_winstyle_no_term 1
/bin/echo -n .
$cli set remap.reverse_both_scrolling 1
/bin/echo -n .
$cli set remap.select_all_winstyle_no_term 1
/bin/echo -n .
$cli set remap.undo_winstyle_no_term 1
/bin/echo -n .
$cli set repeat.initial_wait 250
/bin/echo -n .
$cli set repeat.wait 16
/bin/echo -n .
/bin/echo