Skip to content

Commit 462e1b4

Browse files
authored
Fix emulate copy for hebreu keyboard (#55)
1 parent efa8327 commit 462e1b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

addon/globalPlugins/clipContentsDesigner/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ def getKeyForCopy():
8787
return "control+ز"
8888
elif keyboardLayout.startswith("ar_"):
8989
return "control+ؤ"
90+
elif keyboardLayout.startswith("he_"):
91+
return "control+ב"
9092
else:
9193
return "control+c"
9294

0 commit comments

Comments
 (0)