Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
[Konqueror] how to set access keys?
HI I am here tring out Konqueror for use mainly with Sql-ledger.
(Sql-ledger is a web based accounting app) Sql-ledger needs the alt keys for shortcuts. They work great in firefox how do I enable them in Konqueror? I Checked out Settings > Shortcuts but the alt keys are not listed. Yet when I type
|
Source code
|
1
|
<alt> S
|
the settings menu opens.
Thanks
This post has been edited 1 times, last edit by "turtles" (May 5th 2007, 3:37am)
Bump
I am still searching around too.
Access Keys
Still having problems figuring out access keys in Konqueror.
For example in sql-ledger the HTML source code looks like this:
|
Source code
|
1
2
3
4
5
6
7
8
|
<input class=submit type=submit name=action value="Print" accesskey="P"
title="Print [Alt-P]">
<input class=submit type=submit name=action value="Post" accesskey="O"
title="Post [Alt-O]">
<input class=submit type=submit name=action value="Print and Post"
accesskey="R" title="Print and Post [Alt-R]">
<input class=submit type=submit name=action value="Schedule" accesskey="H"
title="Schedule [Alt-H]">
|
In firefox the access key is now SHIFT + ALT to make this work instead of just ALT .
In Konqueror how can I customize what the "access" key is? It has never worked.
RE: Access Keys
|
Source code
|
1
2
3
|
~/.kde/share/config/khtmlrc
[Access Keys]
Enabled=true
|
Then it works with the CTRL key after a pause.
RE: Access Keys
there is a way to set some keyboard shortcut on kde,
open kcontrol (alt-f2 kcontrol) then choose the option "regional and accessibility" in it you have "input Action" you can set new actions link to keyboard shortcut, so you could set your ALT-S to what you want
reup