How to create a Hotkey/Shortcut for Blogger

 
How to create a Hotkey/Shortcut for Blogger
Gadgets For Blogger - Hot Key or Hot Key (* hah!?). Back again with my own on this blog hehe. Previously I have posted about the javascript you? This means that once again hehehe Javascript.

Down to brass tacks is enough time for my friend's discuss about Hot Key "Home". The small right now, for example, try the buddy press Ctrl + D on your keyboard. What happened? Right! A site will be in the Bookmark. Well, it seems that the small sample.

Well, that I discuss is the script that led to the Home Pages when pressing buddy Key (Hot Key) whatever HotKeynya on Keyboard: D. In other words, a script that leads to a specific url when the HotKey in press.

EXAMPLE! : (Hit the "H" on the keyboard, Now)

Well, it happened javascript support on all Web browsers. The script is not good according to my friend? hehehe. Approximately can be used for the benefit of not blog it? can certainly hehehe: D. Let us follow the way of making hehe.

• Open official website is at Blogger.com Blogger (google blogs)

• When the dashboard click the Design tab → Add a Gadget → Javascript / HTML

• Place the following code to the Javascript / Html Earlier


<span style="text-shadow:0 0 2px #777;">Press H to Go Home</span>
<script>
<!--
if (document.layers)
document.captureEvents(Event.KEYPRESS)
function backhome(e){
var targeturl="http://gadgetsfor.blogspot.com"
if (document.layers||document.getElementById&&!document.all){
if (e.which==104||e.which==72)
window.location=targeturl
}
else if (document.all){
if (event.keyCode==104||event.keyCode==72)
window.location=targeturl
}
}
document.onkeypress=backhome
//-->
</script>


~ Code Red is the goal of a Hotkey Url
* IMPORTANT! : Code Orange is the code Hotkey. 104 written there which means the code Hotkey H. Here is a list of codes that symbolized Hotkey code into numbers

Hotkey A = 97
Hotkey B = 98
Hotkey C = 99
Hotkey D = 100
Hotkey E = 101
Hotkey F = 102
Hotkey G = 103
Hotkey H = 104
until Z



There will be replaced as a friend :).
• Now click Save!



Related Post

  • Contest SEO Eridy Siapa di sini suka join contest SEO? Mari kita join Contest SEO Eridy. Hadiah pun gempak juga. Pemenang akan…
  • Gambar Mitsubishi Attrage 2013Dunia kereta makin hangat tahun nih. Selepas toyota kenalkan model vios baru 2013, proton dengan proton Suprim…
  • Mega Sale Lazada Korang mesti tahu tentang lazada kan? Takkan tak tahu kot... atau pun pernah beli barang kat lazada tuh. Kalau ada b…
  • Roket milik bilionair berlepas ke angkasa lepasRoket Falcon 9 yang tidak mempunyai juruterbang dan membawa sebuah satelit komersial berlepas ke angkasa lepas kelmarin.…
  • Jiran curi pakaian dalam gadisMisteri kehilangan pakaian dalam milik seorang remaja perempuan yang dijemur di ampaian rumahnya di Taman Suria di Kajan…
0 Komentar untuk "How to create a Hotkey/Shortcut for Blogger"

Dah baca? Sudikanlah beri komen sepatah dua ya...

 
Copyright © 2015 naima afrina - All Rights Reserved
Template By Catatan Info