Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAjay Garg <ajay@activitycentral.com>2013-02-05 16:47:05 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2013-02-05 16:47:05 (GMT)
commit81b6bd93de697886e2816d62d185583f6575a4a0 (patch)
treef35701769ffce7c6ce61f6c5ec2290de2ecbbbaa /src
parentb90951a3b4acadba65d13e6e5f7623f6812e56bc (diff)
Revert "sdxo#2806: Now, "+" and "=" are shown correctly."
This reverts commit 4984251e5e56b49e7d7a75976dec17bcdff3641b.
Diffstat (limited to 'src')
-rw-r--r--src/jarabe/model/virtualkeyboard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/model/virtualkeyboard.py b/src/jarabe/model/virtualkeyboard.py
index 93bdeb8..45bc0c3 100644
--- a/src/jarabe/model/virtualkeyboard.py
+++ b/src/jarabe/model/virtualkeyboard.py
@@ -85,7 +85,7 @@ class Teclado:
def is_shifted(self, ch) :
if ch.isupper() :
return True
- if "/+~!@#$%^&()_*{}|:;\">?Ñ".find(ch) >= 0 :
+ if "/=~!@#$%^&()_*{}|:;\">?Ñ".find(ch) >= 0 :
return True
return False