yeonsh / smoothgestures-chromium

Automatically exported from code.google.com/p/smoothgestures-chromium
Other
0 stars 0 forks source link

Custom Gestures Code List #644

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Is there a list of codes for adding custom gestures? For example I see that the 
"Navigate To Google" code is: location.href = "http://www.google.com/"

Not sure if it's possible, but I'm trying to add a custom gesture to show/hide 
bookmarks bar, which is Ctrl+Shift+B. 

I'm thinking the code should be something like this:
keyboard.shorcut = "Ctrl+Shift+B"

Could anyone give me a proper code to do this?

Original issue reported on code.google.com by ge...@live.ca on 20 Nov 2013 at 12:29