X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fwidgets%2Ftext.py;fp=naja%2Fwidgets%2Ftext.py;h=302d2370f3fdf7d85d11c88c754f57c3b9e72102;hb=6c176929bd2a3c4877eee6d0e3e9e92189004a9b;hp=3df09488e3a170502426b79d7724b196d2d22c32;hpb=9ce1f7dec8a7edcb97849a0d2e979a0a03a661b7;p=naja.git diff --git a/naja/widgets/text.py b/naja/widgets/text.py index 3df0948..302d237 100644 --- a/naja/widgets/text.py +++ b/naja/widgets/text.py @@ -22,6 +22,8 @@ MARKUP_MAP = { 'BLUE': ('glyphs/key.png', PALETTE.BLUE), 'CLOCKWISE': ('glyphs/clockwise.png', None), 'ANTICLOCKWISE': ('glyphs/anticlockwise.png', None), + 'SHIFT_LEFT': ('glyphs/shift_left.png', None), + 'SHIFT_RIGHT': ('glyphs/shift_right.png', None), 'HEALTH_NOCOLOUR': ('glyphs/health.png', None), 'WINTOKEN_NOCOLOUR': ('glyphs/win.png', None),