summaryrefslogtreecommitdiffstats
path: root/debian/lenny/applications/yakuake/debian/README
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-03 14:44:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-03 14:44:58 -0500
commit0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6 (patch)
treec0d0d652fef20159e78fa20b2567661bd7db8e41 /debian/lenny/applications/yakuake/debian/README
parent6b027437fd51e7874aaffed9e395ddf7913c3ab4 (diff)
downloadtde-packaging-0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6.tar.gz
tde-packaging-0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6.zip
Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick
Diffstat (limited to 'debian/lenny/applications/yakuake/debian/README')
-rw-r--r--debian/lenny/applications/yakuake/debian/README39
1 files changed, 39 insertions, 0 deletions
diff --git a/debian/lenny/applications/yakuake/debian/README b/debian/lenny/applications/yakuake/debian/README
new file mode 100644
index 000000000..85f0e1b9f
--- /dev/null
+++ b/debian/lenny/applications/yakuake/debian/README
@@ -0,0 +1,39 @@
+Once the application is started, simply press F12 (by default) to open
+the console.
+
+However, on mac's, F12 is assigned to "right click"
+
+To solve this problem - use the following instructions:
+
+Run Yakuake.
+
+In a terminal, run the command
+
+killall -9 yakuake
+
+This is so that the default configuration files are created (only needed if you have never ran yakuake before)
+
+Next, edit the following file
+
+~/.kde/share/config/yakuakerc
+
+which should look something like this
+
+ [Options]
+ background=true
+ focus=false
+ height=30
+ location=80
+ screen=1
+ steps=20
+ tabs=true
+ width=50
+
+Add the following to the file:
+
+ [Global Shortcuts]
+ AccessKey=F11
+
+And save the file.
+
+Now, restart yakuake, and you should be able to use the F11 key to access yakuake!