Hotkeys plugin

Discuss and announce AkelPad plugins
Post Reply
  • Author
  • Message
Offline
Posts: 2247
Joined: Tue Aug 07, 2007 2:03 pm
Location: Vinnitsa, Ukraine

Post by FeyFre »

Instructor
KDJ does not want to release ALT key.
KDJ wrote:By simultaneously pressing "Alt+W".
Not by a separate pressing "Alt" and then "W".

Offline
Site Admin
Posts: 6311
Joined: Thu Jul 06, 2006 7:20 am

Post by Instructor »

There is another way without binary hacking: ContextMenu plugin with this menu. You can change mnemonic character (&W) to other.

EDIT:
Added special parameter -1 for Command() method. Will be available after 4.4.5 release.

KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

Post by KDJ »

Instructor wrote:EDIT:
Added special parameter -1 for Command() method. Will be available after 4.4.5 release.
How it will work in practice?
Is can be called from the main menu "&Window"?
And also call the function command(4122)?

Offline
Site Admin
Posts: 6311
Joined: Thu Jul 06, 2006 7:20 am

Post by Instructor »

KDJ
In practice you should assign "Command(-1)" for Ctrl+W hotkey in Hotkeys plugin. After this Ctrl+W will call the standard hotkey processing, ignoring the accelerators table.

KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

Post by KDJ »

Thanks Instructor.
That's what I was needed.

Offline
Site Admin
Posts: 6311
Joined: Thu Jul 06, 2006 7:20 am

Post by Instructor »

Добавлено: метод Command(-1), который вызывает стандартую обработку для горячей клавиши, игнорируя таблицу акселераторов.

Added: method Command(-1), which calls the standard hotkey processing, ignoring the accelerators table.


Hotkeys plugin v3.0

KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

Post by KDJ »

For some commands assigned are double shortcut keys.
HotKeys plugin only display one of the shortcut.
For example:
is Ctrl+H, there is no Ctrl+R,
is Ctrl+S, there is no F2,
is F8, Ctrl+Y no.
Perhaps they should all be visible.

Offline
Site Admin
Posts: 6311
Joined: Thu Jul 06, 2006 7:20 am

Post by Instructor »

Исправлено: если для команды было назначено несколько горячих клавиш, отображалась только первая.

Fixed: if for command several hot keys was assigned, only first was visible.


Hotkeys plugin v3.1

Offline
Posts: 2
Joined: Mon Jul 19, 2010 10:26 am

еще одна просьба

Post by Romapad »

Можно ли добавить в функционал быстрое переключение между окнами. Как, например, это реализовано в Mozilla Firefox: с помощью клавиш СTRL+PgUp (PgDn) ?

KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

Post by KDJ »

Romapad
Normally, for this purpose are the keys Ctrl+Tab and Shift+Ctrl+Tab.
You can assign other keys such as Ctrl+PgDn, Ctrl+PgUp.
In HotkeysPlugin, you type as in the picture below.

Image


Offline
Posts: 2
Joined: Mon Jul 19, 2010 10:26 am

Post by Romapad »

KDJ
Very Thanks!!
CTRL+TAB - much more easy!!!

Offline
Posts: 1862
Joined: Mon Aug 06, 2007 1:07 pm
Contact:

Post by Infocatcher »

Баг: нельзя переименовать команду, если при этом больше ничего не менять.

Подробнее:
0. Открываем настройки плагина.
1. Два раза кликаем по имени любой команды для переименования (заодно хотелка: переименование по F2, а то Enter не логичен – довольно часто в таких случаях это аналог Ok диалога).
2. Меняем имя, жмем Enter.
3. Закрываем окно (если открыть его снова, то видно, что все переименовалось).
4. Закрываем AkelPad и открываем его снова.
5. Открываем настройки хоткеев и видим, что ничего не переименовалось.

Если сдвинуть переименованную строку выше или ниже, а потом вернуть обратно, то переименование сохраняется.

upd
И не помешают хоткеи для перемещения и удаления.

Offline
Site Admin
Posts: 6311
Joined: Thu Jul 06, 2006 7:20 am

Post by Instructor »

Исправлено: после переименования, список не помечался как измененный.

Fixed: after renaming, the list was not marked as changed.


Hotkeys plugin v3.5

KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

Post by KDJ »

In the Hotkeys plugin can not assign these keys: Shift+Alt+Num0, Shift+Alt+Num1.
Is this an error?

Offline
Site Admin
Posts: 6311
Joined: Thu Jul 06, 2006 7:20 am

Post by Instructor »

KDJ
It will work if you turn off NumLock.
Post Reply