Bug reports

English main discussion
  • Author
  • Message
ak0
Offline
Posts: 3
Joined: Thu Sep 13, 2012 2:49 pm

Post by ak0 »

Hello, it is not possible to insert a backslash (\) into the editor through using the normal key combination with Ctrl + Alt.

4.7.9.0 x64 on Windows 7 with German keyboard layout and all AkelPad settings at default.

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

Post by Instructor »

ak0
Turn off or change hotkey:
"Plugins...->Coder::Settings->CodeFold 2->All levels->Previous level"

Offline
Posts: 2247
Joined: Tue Aug 07, 2007 2:03 pm
Location: Vinnitsa, Ukraine

Post by FeyFre »

Instructor, "All levels->Previous level" is Ctrl + Alt + [ on EN which must be "Ctrl + Alt + ü" on DE not "Ctrl + Alt + ß". Very strange.

ak0
Offline
Posts: 3
Joined: Thu Sep 13, 2012 2:49 pm

Post by ak0 »

Removed all assigned hotkeys from the coder plugin but it's still not possible to write the backslash. It must be something other than the plugin because the problem persists even with the coder.dll deleted.

Offline
Posts: 8
Joined: Fri Sep 14, 2012 1:33 pm

Post by AEN007 »

14September2012

Greetings.
I am "trying out" AkP 4.79 (nosetup&ini).
The main menu has &View and &Window, but Alt-V and Alt-W do not call those items;
in fact Alt-V functions like Ctrl-V (i.e., paste).

I loaded the AkP.exe into Resource Hacker and changed &View to Vie&w and &Window to &Tabs and deleted»

Code: Select all

VK_W, 4122, NOINVERT, ALT, VIRTKEY
Then Alt-W calls Vie&w and Alt-T calls &Tabs.
Deleting»

Code: Select all

VK_V, 4192, NOINVERT, ALT, VIRTKEY
has no effect.
Ctrl-Shift-V (always) functions like Ctrl-V as well ...

Offline
Posts: 2247
Joined: Tue Aug 07, 2007 2:03 pm
Location: Vinnitsa, Ukraine

Post by FeyFre »

AEN007
Use HotKeys plugin to reassign hotkeys.
Alt+V has a bit different function(columnar pasting) than Ctrl+V(standard pasting).
Ctrl+Shift+V is past as ANSI(helpfull when some other program breaks clipboard).
See AkelHelp-Eng.htm

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

Post by Instructor »

ak0
Standalone AkelPad.exe has the same effect?

Currently I have no Win7 for testing.

ak0
Offline
Posts: 3
Joined: Thu Sep 13, 2012 2:49 pm

Post by ak0 »

Yes, the same without any plugins.


AltGr + Ctrl + ß can write the backslash.

Offline
Posts: 8
Joined: Fri Sep 14, 2012 1:33 pm

Post by AEN007 »

14September2012

OK ...
I had already downloaded the HotKeys plugin but have not had time yet to check it out ...
I see how I can assign hotkeys but do not see (yet )
how to delete existing hotkeys ... like Alt-W, Alt-V, Escape ...
(How) Can that be done?

In any case the main menu should not have &View and &Window
when Alt-V & Alt-W are assigned as hotkeys to other functions!

EDIT: The "Words delimiters:" are giving me a problem ...
When "Wd" is disabled, Ctrl-Left/Right moves to caret to the beginning of each word after any space(s); but
when "Wd" is enabled, Ctrl-Left/Right loses that functionality ... seems to me that functionality should remain in effect ...
is there some way to configure "Words delimiters:" to keep that effect?

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

Post by KDJ »

AEN007 wrote:how to delete existing hotkeys ... like Alt-W ...
Read Hotkeys-Eng.txt.
In Hotkeys plugin:
Name: Disable Alt+W
Command: Command(-1)
Hotkey: Alt+W
AEN007 wrote:The "Words delimiters:" are giving me a problem ...
Read AkelHelp-Eng.htm -> Manual settings -> WordBreak.
Set in AkelPad.ini (or in registry):
WordBreak=5

Offline
Posts: 8
Joined: Fri Sep 14, 2012 1:33 pm

Post by AEN007 »

14September2012

OK ... thanks ...
I have now put WordBreak in place how I would like it ... great ...

I had already opened and looked at Hotkeys-Eng.txt and didn't find it too "user-friendly",
so thanks for spelling it out for me ...

I find that the following»
Name: Disable Alt+V
Command: Command(-1)
Hotkey: Alt+V
makes Alt-V fire BOTH &View and columnar paste ...

I find that the following»
Name: Disable Alt+V
Command: Command(0)
Hotkey: Alt+V
kills Alt-V totally ...

I can find no way to enter a Esc as hotkey to disable
because hitting escape closes the plugin popup ...
I suppose one would have to know how to tweak the HotkeyText= line in hotkeys.ini ...???

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

Post by Instructor »

AEN007
User Friendly documentation
AEN007 wrote:makes Alt-V fire BOTH &View and columnar paste ...
Fixed. Will work for 4.8.0.
I can find no way to enter a Esc as hotkey to disable
Escape key has special meaning and tuned with Exit plugin.

Offline
Posts: 8
Joined: Fri Sep 14, 2012 1:33 pm

Post by AEN007 »

14September2012

... well for whatever it is worth I submit that I don't like for ESC to close my apps.
I have seen other apps that allow users to choose whether ESC will close the app or not ...

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

Post by KDJ »

AEN007
Exit plugin:
1. Select autoload Exit::Main
2. Run Exit::Settings and choose Escape->Ignore

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

Post by KDJ »

I found a way to disable Esc key using Hotkeys plugin and script (without using Exit plugin):
1. Run script PluginText.js.
2. Select Hotkeys on the plugins list.
3. Press button "Save plugin text in text file (F2)".
4. Press button "Edit text file (F4)".
5. In text file Hotkeys.HotkeyText.akelmenu add new line:
   "Disable Esc" Command(0) Hotkey(27)
   and save this file.
6. Press button "Load text file to plugin key (F5)".
7. Close script and AkelPad.
8. Run AkelPad. Now Esc is disabled.
Post Reply