Skip to content

Commit

Permalink
Remap esc to grave in hermes profile
Browse files Browse the repository at this point in the history
So I don't have to use fn+esc for grave
  • Loading branch information
MarcelRobitaille committed Jul 16, 2019
1 parent 91b6c4e commit 3afbcb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions xmodmap/.Xmodmap
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
keycode 66 = Escape
clear Lock

! Remap esc to grave
! So I don't have to use fn+esc for grave
{%@@ if profile == "Hermes" @@%}
keycode 9 = grave asciitilde
{%@@ endif @@%}

0 comments on commit 3afbcb7

Please sign in to comment.