home: Use correct key names for Helix
This commit is contained in:
parent
231bf831ea
commit
165c7c04f4
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@
|
||||||
N = "join_selections";
|
N = "join_selections";
|
||||||
A-N = "join_selections_space";
|
A-N = "join_selections_space";
|
||||||
|
|
||||||
semicolon = "search_next";
|
";" = "search_next";
|
||||||
colon = "search_prev";
|
":" = "search_prev";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue