[remove] config: remove unnecessary check

I'm literally pushing this commit on my phone lol
main
Eden 2 years ago committed by GitHub
parent ca68cc6cb1
commit 53eca2d556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -331,9 +331,6 @@ fn parse_keybind(
// Check if each token is valid
for token in &tokens {
if token == "_" {
continue;
}
if key_to_evdev_key.contains_key(token.as_str()) {
// Can't have a key that's like a modifier
if token != last_token {

Loading…
Cancel
Save