Skip to content

Commit

Permalink
Introduce patterns_shift array to support shift key mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshtr committed Oct 16, 2013
1 parent 0bda0be commit c45465c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jquery.ime.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@

if ( altGr ) {
patterns = this.inputmethod.patterns_x || [];
} else if ( this.shifted ) {
patterns = this.inputmethod.patterns_shift || [];
} else {
patterns = this.inputmethod.patterns || [];
}
Expand Down

0 comments on commit c45465c

Please sign in to comment.