Skip to content

Commit

Permalink
docs(web): minor documentation for Web button classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jahorton committed Oct 16, 2023
1 parent b617ac3 commit cb74191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/web/keyboard-processor/src/keyboards/defaultLayouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ export class Layouts {
// Cross-reference with the ids in osk.setButtonClass.
static buttonClasses: {[name: string]: ButtonClass} = {
'DEFAULT':0,
'SHIFT':1,
'SHIFT':1, // special-key / frame key styling: uses our custom, PUA OSK font
'SHIFT-ON':2,
'SPECIAL':3,
'SPECIAL':3, // special-key / frame key styling: uses the keyboard's font
'SPECIAL-ON':4,
'DEADKEY':8,
'BLANK':9,
Expand Down

0 comments on commit cb74191

Please sign in to comment.