Skip to content

Commit

Permalink
Incubates #7884
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelDCurran committed Jan 18, 2018
2 parents ef7afe7 + 0cfed46 commit 19b5f5b
Show file tree
Hide file tree
Showing 4 changed files with 467 additions and 184 deletions.
5 changes: 3 additions & 2 deletions source/braille.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#A part of NonVisual Desktop Access (NVDA)
#This file is covered by the GNU General Public License.
#See the file COPYING for more details.
#Copyright (C) 2008-2017 NV Access Limited, Joseph Lee, Babbage B.V., Davy Kager, Bram Duvigneau
#Copyright (C) 2008-2018 NV Access Limited, Joseph Lee, Babbage B.V., Davy Kager, Bram Duvigneau

import sys
import itertools
Expand Down Expand Up @@ -1930,7 +1930,8 @@ def func(cls):

#: Maps old braille display driver names to new drivers that supersede old drivers.
RENAMED_DRIVERS = {
"syncBraille":"hims"
"syncBraille":"hims",
"alvaBc6":"alva"
}

def initialize():
Expand Down

0 comments on commit 19b5f5b

Please sign in to comment.