Skip to content

Commit

Permalink
ctrl+h for web browser history
Browse files Browse the repository at this point in the history
  • Loading branch information
simonLeary42 authored Apr 2, 2024
1 parent 8947885 commit 6af51bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jsonnet/windows_shortcuts.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ local k = import 'lib/karabiner.libsonnet';
k.input('f', ['control']),
k.outputKey('f', ['command']),
k.condition('unless', bundle.standard, file_paths.standard)),
k.rule('H (Ctrl) [Only Web Browsers]',
k.input('h', ['control']),
k.outputKey('y', ['command']),
k.condition('if', bundle.webBrowsers)),
k.rule('I (Ctrl)',
k.input('i', ['control']),
k.outputKey('i', ['command']),
Expand Down

0 comments on commit 6af51bd

Please sign in to comment.