Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
690792eca9
2 changed files with 5 additions and 1 deletions
|
@ -20,6 +20,9 @@ def _list_defaultish_keymaps(kb):
|
|||
"""
|
||||
defaultish = ['ansi', 'iso', 'via']
|
||||
|
||||
# This is only here to flag it as "testable", so it doesn't fly under the radar during PR
|
||||
defaultish.append('vial')
|
||||
|
||||
keymaps = set()
|
||||
for x in list_keymaps(kb):
|
||||
if x in defaultish or x.startswith('default'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue