Skip to content

Instantly share code, notes, and snippets.

@10sr
Created January 24, 2010 12:55
Show Gist options
  • Save 10sr/285189 to your computer and use it in GitHub Desktop.
Save 10sr/285189 to your computer and use it in GitHub Desktop.
keysnail-aiosツールバーをトグル
key.setViewKey('b', function (ev, arg) {
aios_toggleElement("aios-toolbar");
aios_toggleToolbar("aios-toolbar");
event.stopPropagation();
}, 'toggle side toolbar');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment