Benutzer:Tessellated/Chromium Clicky: Unterschied zwischen den Versionen

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
Zeile 13: Zeile 13:
 
<br><br>
 
<br><br>
 
TL;DR: <b>close</b> the <b>download bar</b> with a <b>keyboard shortcut</b>.
 
TL;DR: <b>close</b> the <b>download bar</b> with a <b>keyboard shortcut</b>.
 +
 +
==Other Uses==
 +
 +
* switch keyboard focus from '''flash plugin''' back to the browser after watching videos on youtube etc...
  
 
==Awesome Window Manager==
 
==Awesome Window Manager==

Version vom 6. Juni 2011, 23:03 Uhr

Chcl.jpg

‎'the structure of IT and computer engineering is almost totally a socioeconomic phenomenon and not a technical one...'

This bug/misfeature has been reported for ages. After saving some media locally, Chromium/Google Chrome webbrowsers display a download bar at the bottom of the screen, which persists until clicked away manually by the user. The only official way to get rid of it by keyboard shortcut is to open a download history window [Ctrl-J], tabbing to 'Clear all' [Tab][Tab][Enter], and closing the 'Downloads' tab [Ctrl-W]; this has the nasty side effect of purging the download history.
How would you like some easier way of doing this?

Chromium Clicky - chcl

Unannoy Chromium's/Google Chrome's download bar in linux. CHCl3 is the chemical formula for Chloroform. Thus 'chromium clicky - chcl' is chloroform for the download bar.

This tool (hopefully) warpes the pointer to the 'X', clicks button one and restores the pointer's original position, reclaiming precious screen surface by hiding the download bar.

TL;DR: close the download bar with a keyboard shortcut.

Other Uses

  • switch keyboard focus from flash plugin back to the browser after watching videos on youtube etc...

Awesome Window Manager

This is the configuration line I use in Awesome WM:
awful.key({ modkey }, "c", function() awful.util.spawn( "chcl" ) end),

Code

Chromium_clicky-1.1.tar.xz