[kde-doc-english] branches/KDE/3.5/kdebase/doc/faq
Philip Rodrigues
phil at kde.org
Wed Dec 28 18:23:22 CET 2005
SVN commit 492068 by philrod:
Two new FAQs: How to get konq sans menubar, and how to open the K menu with the
Windows key.
The answer to the second could do with some review, but I think it's largely
correct.
CCMAIL:kde-doc-english at kde.org
M +37 -0 filemng.docbook
M +74 -0 panel.docbook
--- branches/KDE/3.5/kdebase/doc/faq/filemng.docbook #492067:492068
@@ -166,5 +166,42 @@
</answer>
</qandaentry>
+
+<qandaentry>
+<question><para>How do I make &konqueror; start up without a menu bar?
+I can't save a view profile when the menu bar is invisible!</para>
+</question>
+
+<answer><para>The easiest way to do this is to edit &konqueror;'s
+configuration file manually. Add the following lines to
+<filename>~/.kde/share/config/konquerorrc</filename>:
+<programlisting>
+[KonqMainWindow]
+MenuBar=Disabled
+</programlisting>
+</para>
+
+<para>On restarting &konqueror;, the menubar should be hidden.</para>
+
+</answer>
+</qandaentry>
+
</qandaset>
</chapter>
+
+Local variables:
+mode: xml
+sgml-omittag:nil
+sgml-shorttag:nil
+sgml-namecase-general:nil
+sgml-general-insert-case:lower
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:0
+sgml-indent-data:true
+sgml-parent-document:("index.docbook" "book" "chapter")
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
--- branches/KDE/3.5/kdebase/doc/faq/panel.docbook #492067:492068
@@ -4,9 +4,11 @@
"dtd/kdex.dtd">
-->
+
<chapter id="panel">
<title>The panel</title>
+
<qandaset>
<qandaentry>
<question>
@@ -115,5 +117,77 @@
</answer>
</qandaentry>
+<qandaentry>
+<question><para>How do I use the &Windows; key to open the &kmenu;?</para>
+</question>
+
+<answer><para>Previous versions of &kde; provided a trick to allow you to
+use the &Windows; key both as a modifier (so you could have shortcuts
+like <keycombo action="simul"><keysym>Win</keysym><keycap>R</keycap>
+</keycombo>), and as a regular key (so that pressing
+<keysym>Win</keysym> on its own could open the &kmenu;). This feature
+was removed for reasons of usability and accessibility, as well as
+keeping the code clean. For current versions of &kde;, you have two
+options: either use a different shortcut to open the &kmenu; (the
+default is <keycombo action="simul">&Alt;<keycap>F1</keycap>
+</keycombo>), or remap the <keysym>Win</keysym> key to be a regular
+key, rather than a modifier.</para>
+
+<para>If you choose to do the second, here's one way:
+
+<orderedlist>
+<listitem><para>Find the keycode for your <keysym>Win</keysym> key
+using <command>xev</command>: Run the command
+<userinput><command>xev</command></userinput> in a &konsole;, and
+press the <keysym>Win</keysym> key. Look in the output of
+<command>xev</command> for
+<computeroutput>keycode <replaceable>n</replaceable></computeroutput>,
+where <replaceable>n</replaceable> is the keycode of the
+<keysym>Win</keysym> key.</para>
+</listitem>
+
+<listitem><para>Use <command>xmodmap</command> to remap the
+<keysym>Win</keysym> key. An appropriate command is <userinput><command>xmodmap
+<option>-e</option> 'keycode
+<replaceable>n</replaceable>=Menu'</command></userinput>.</para>
+</listitem>
+
+<listitem><para>In the &kcontrolcenter;, go to
+<menuchoice><guimenu>Regional &
+Accessibility</guimenu><guimenuitem>Keyboard Shortcuts</guimenuitem>
+</menuchoice> and set the shortcut for <guilabel>Popup Launch
+Menu</guilabel> to the <keysym>Win</keysym> key. You should now be
+able to popup the &kmenu; by pressing the <keysym>Win</keysym> key.</para>
+</listitem>
+
+<listitem><para>One more step is required to save the changes across
+settings: Create a file <filename>~/.kde/env/win-key.sh</filename>
+(create the directory if it doesn't exist), and add the
+<command>xmodmap</command> command you used previously to it. The
+change should now be applied every time you start &kde;.</para>
+</listitem>
+</orderedlist>
+</para>
+</answer>
+</qandaentry>
+
</qandaset>
</chapter>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: xml
+sgml-omittag:nil
+sgml-shorttag:nil
+sgml-namecase-general:nil
+sgml-general-insert-case:lower
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:0
+sgml-indent-data:true
+sgml-parent-document:("index.docbook" "book" "chapter")
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
More information about the kde-doc-english
mailing list