diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-28 14:13:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-28 14:13:18 -0500 |
commit | 4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6 (patch) | |
tree | c6f53decaabed9678523a8bbd6a1000a9f3bf78f /ubuntu/raring/applications/yakuake/debian/README | |
parent | 211d261d7778de1d9a773e7ec43a4e97b4bd7e57 (diff) | |
download | tde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.tar.gz tde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.zip |
Split raring packaging into new directory due to defoma changes
Diffstat (limited to 'ubuntu/raring/applications/yakuake/debian/README')
-rw-r--r-- | ubuntu/raring/applications/yakuake/debian/README | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/ubuntu/raring/applications/yakuake/debian/README b/ubuntu/raring/applications/yakuake/debian/README new file mode 100644 index 000000000..85f0e1b9f --- /dev/null +++ b/ubuntu/raring/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! |