Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <mouse>
  2. ....
  3. <context name="Frame">
  4. .......
  5.  
  6. <!-- prevent that the browsers do zoom in/out when navigating with ctrl + scroll up/down -->
  7. <mousebind button="C-Up" action="Click" >
  8. <action name="Focus"/>
  9. </mousebind>
  10. <mousebind button="C-Down" action="Click" >
  11. <action name="Focus"/>
  12. </mousebind>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement