client-barcode: Add workaround for German keyboard layout

This commit is contained in:
Sebastian Pipping 2011-10-27 23:33:14 +02:00
父節點 294425f2b6
當前提交 d480ea8805
共有 1 個文件被更改,包括 1 次插入0 次删除

查看文件

@ -73,6 +73,7 @@ CODES = {
'TO GO NONE':('to_go', TO_GO_NONE),
'TO GO PREV':('to_go', TO_GO_PREV),
'TO GO ONLY':('to_go', TO_GO_ONLY),
'TO GO ONLZ':('to_go', TO_GO_ONLY), # Workaround for German keyboard layouts
'DEPOSIT 0.01':('deposit', Decimal('0.01')),
'DEPOSIT 0.05':('deposit', Decimal('0.05')),