Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
- id: check-hooks-apply

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
# Prevents commits to certain branches
- id: no-commit-to-branch
Expand Down Expand Up @@ -61,7 +61,7 @@ repos:
- id: check-illegal-windows-names

- repo: https://github.com/asottile/add-trailing-comma
rev: v3.1.0
rev: v4.0.0
hooks:
# Ruff preserves indent/new-line formatting of function arguments, list items, and similar iterables,
# if a trailing comma is added.
Expand All @@ -70,7 +70,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Matches Ruff version in pyproject.
rev: v0.8.1
rev: v0.14.7
hooks:
- id: ruff
name: lint with ruff
Expand All @@ -79,14 +79,14 @@ repos:
name: format with ruff

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.394
rev: v1.1.407
hooks:
- id: pyright
alias: pyrightLocal
name: Check types with pyright

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.396
rev: v1.1.407
hooks:
- id: pyright
alias: pyrightCI
Expand Down
14 changes: 7 additions & 7 deletions addon/doc/ar/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Tested on [eMule][1] 0.50a and 70b.
## الأوامر والمفاتيح المختصرة ##

* control+shift+h: تحريك مؤشر الفأرة ومؤشر النظام تجاه شريط الأدوات
الرئيسي.
الرئيسي.
* control+shift+t: لقراءة النافذة الحالية
* control+shift+n: لتحريك مؤشر النظام إلى حقل الاسم في نافذة البحث.
* control+shift+p: في نافذة البحث يحرك مؤشر الفأرة ومؤشر النظام تجاه قائمة
معطيات البحث أو خيارات حقول التحرير.
معطيات البحث أو خيارات حقول التحرير.
* control+shift+b: لتحريك مؤشر النظام تجاه القائمة الموجودة بالنافذة
الحالية. كالانتقال إلى قوائم نتائج البحث, أو التحميلات بنافذة نقل الملفات,
وهكذا.
Expand All @@ -28,13 +28,13 @@ Tested on [eMule][1] 0.50a and 70b.
الخوادم المتاحة, وهكذا.
* control+NVDA+f: If the caret is located in a read only edit box, opens a
find dialog to use the commands for searching text available in NVDA.
* control+shift+l: لتحريك مؤشر NVDA ومؤشر الفأرة تجاه رأس القائمة الحالية.
* control+shift+l: لتحريك مؤشر NVDA ومؤشر الفأرة تجاه رأس القائمة الحالية.
* control+shift+q: لقراءة أول كائن في شريط الحالة. يعطي معلومات عن أحدث أمر
تم تنفيذه.
تم تنفيذه.
* control+shift+w: لقراءة الكائن الثاني في شريط الحالة. ويحتوي على معلومات
عن الملفات والمستخدمين الحاليين على الخادم الحالي.
عن الملفات والمستخدمين الحاليين على الخادم الحالي.
* control+shift+e: لقراءة الكائن الثالث في شريط الحالة. مفيد في معرفة سرعة
الرفع والتنزيل.
الرفع والتنزيل.
* control+shift+r: Reads The fourth object of the status bar; reports on
connecting of eD2K and Kad network.
* Not assigned: Toggles the usage of an alternative approach to read
Expand All @@ -45,7 +45,7 @@ Tested on [eMule][1] 0.50a and 70b.
إذا كنت داخل القائمة يمكنك التنقل بين الصفوف والأعمدة باستخدام alt+control
مع الأسهم. وفي هذه الإضافة تتوفر أيضا مفاتيح الاختصار التالية:

* nvda+control+1-0: لقراءة الأعمدة العشر الأولى.
* nvda+control+1-0: لقراءة الأعمدة العشر الأولى.
* nvda+shift+1-0: لقراءة الأعمدة من 11-20.
* nvda+shift+C: لنسخ محتوى آخر عمود تمت قراءته إلى الحافظة.

Expand Down
2 changes: 1 addition & 1 deletion addon/doc/nl/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Tested on [eMule][1] 0.50a and 70b.
* control+shift+p: In het Zoekscherm, verplaatst focus en muis naar de lijst
met zoekopties, of opties voor het invoerveld.
* control+shift+b: Verplaatst de focus naar de lijst in het huidige
venster. Bijvoorbeeld:
venster. Bijvoorbeeld:
* control+shift+o: Verplaatst de focus naar alleen-lezen invoervelden in het
huidige venster. Bijvoorbeeld: via IRC ontvangen berichten, beschikbare
servers, etc.
Expand Down
Loading