Skip to content

Commit

Permalink
Revert the changes in the json file
Browse files Browse the repository at this point in the history
  • Loading branch information
necojackarc authored Feb 20, 2024
1 parent 1a1014f commit 3d6dcc5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions jsonnet/windows_shortcuts.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,16 @@ local k = import 'lib/karabiner.libsonnet';
k.input('i', ['control']),
k.outputKey('i', ['command']),
k.condition('unless', bundle.standard, file_paths.standard)),
k.rule('L (Win) [Lock Screen]',
k.rule('L (Win) [Login Window]',
k.input('l', ['command']),
k.outputKey('q', ['control', 'command'])),
k.rule('L (Win) [Sleep]',
k.outputShell('/System/Library/CoreServices/Menu\\ Extras/User.menu/Contents/Resources/CGSession -suspend')),
k.rule('L (Win) [Lock Screen]',
k.input('l', ['command']),
k.outputKey('power', ['control', 'shift'])),
k.rule('L (Alt+Ctrl) [Lock Screen]',
k.rule('L (Alt+Ctrl) [Login Window]',
k.input('l', ['control', 'option']),
k.outputKey('q', ['control', 'command'])),
k.rule('L (Alt+Ctrl) [Sleep]',
k.outputShell('/System/Library/CoreServices/Menu\\ Extras/User.menu/Contents/Resources/CGSession -suspend')),
k.rule('L (Alt+Ctrl) [Lock Screen]',
k.input('l', ['control', 'option']),
k.outputKey('power', ['control', 'shift'])),
k.rule('N (Ctrl)',
Expand Down

0 comments on commit 3d6dcc5

Please sign in to comment.