Skip to content

Commit

Permalink
Update keyMap.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Cam authored Mar 22, 2023
1 parent 2049eb4 commit 2a50b3f
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions keyMap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ config=defaultConfig
1 - keyClick=XF86AudioMute
2 - specialKey=;
3 - [email protected]
4 - run2=if [ $(pgrep -c spotify) -eq 0 ]; then setsid spotify; fi
5 - run=gnome-terminal
4 - run=if [ $(pgrep -c spotify) -eq 0 ]; then spotify; fi
5 - run=x-terminal-emulator
6 - specialPressOnPress=È
6 - specialReleaseOnRelease=È
7 - key=XF86AudioLowerVolume
Expand All @@ -19,29 +19,23 @@ configEnd

config=defaultConfig2
1 - key=XF86AudioMute
3 - run=gnome-terminal
3 - run=x-terminal-emulator
3 - sleep=1000
3 - run=gnome-terminal
4 - run=gnome-terminal
4 - sleep=1000
4 - run=gnome-terminal
5 - runRelease=gnome-terminal
5 - sleeprelease=1000
5 - runRelease=gnome-terminal
3 - run=x-terminal-emulator
7 - key=XF86AudioLowerVolume
8 - key=XF86AudioPlay
9 - key=XF86AudioRaiseVolume
10 - keyClick=XF86AudioPrev
11 - chmap=defaultConfig
12 - keyClick=XF86AudioNext
13 - run=gnome-terminal
14 - run=gnome-terminal
13 - run=x-terminal-emulator
14 - run=x-terminal-emulator
configEnd

configWindow=Spotify
1 - key=XF86AudioMute
3 - [email protected]
5 - runRelease=gnome-terminal
5 - runRelease=x-terminal-emulator
7 - key=XF86AudioLowerVolume
8 - key=XF86AudioPlay
9 - key=XF86AudioRaiseVolume
Expand All @@ -55,8 +49,8 @@ configEnd
configWindow=Gnome-terminal
1 - key=XF86AudioMute
3 - [email protected]
4 - run2=if [ $(pgrep -c spotify) -eq 0 ]; then setsid spotify; fi
5 - run=gnome-terminal
4 - run=if [ $(pgrep -c spotify) -eq 0 ]; then spotify; fi
5 - run=x-terminal-emulator
6 - specialPressOnPress=È
6 - specialReleaseOnRelease=È
7 - key=XF86AudioLowerVolume
Expand Down

0 comments on commit 2a50b3f

Please sign in to comment.