Skip to content

Commit

Permalink
fixed spelling mistake 'altrg' -> 'altgr'
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonnagamani committed Jun 26, 2023
1 parent c68eb7f commit 1d05920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swhkd/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ pub fn parse_contents(path: PathBuf, contents: String) -> Result<Vec<Mode>, Erro
("mod4", Modifier::Super),
("alt", Modifier::Alt),
("mod1", Modifier::Alt),
("altrg", Modifier::Altgr),
("altgr", Modifier::Altgr),
("mod5", Modifier::Altgr),
("shift", Modifier::Shift),
("any", Modifier::Any),
Expand Down

0 comments on commit 1d05920

Please sign in to comment.