Skip to content

Instantly share code, notes, and snippets.

@anekos
Created March 8, 2012 05:13
Show Gist options
  • Save anekos/1998857 to your computer and use it in GitHub Desktop.
Save anekos/1998857 to your computer and use it in GitHub Desktop.
fmaps for gmail 2012/03/08
fmaps -u='^https://mail\.google\.com/mail' -frame=4 -events=vkeydown,keypress,vkeyup j k
fmaps -u='^https://mail\.google\.com/mail' -frame=4 c n p o u x s r a ? gi gs gt gd ga gc gl I
fmaps -u='^https://mail\.google\.com/mail' -frame=4 -p=<Leader> d,# s,! e
fmaps -u='^https://mail\.google\.com/mail/.*/[0-9a-f]+$' -frame=4 c j,n k,p n,j p,k o u x s r a ? gi gs gt gd ga gc
fmaps -u='^https://mail\.google\.com/mail/.*/[0-9a-f]+$' -frame=4 -p=<Leader> d,# s,! e
@anekos
Copy link
Author

anekos commented Mar 8, 2012

for feedSomeKeys_3.js

@anekos
Copy link
Author

anekos commented Mar 8, 2012

-events= で送信するキーイベントを、-frame= で送信先のフレームを変更するのがポイントです。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment