Advertisement
Guest User

pd_shortcuts.js (ce qui ne marche pas)

a guest
Aug 19th, 2021
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   "zoomin": { key: "=", modifiers: cmd_or_ctrl },
  2.   "zoomout": { key: "-", modifiers: cmd_or_ctrl },
  3.   // uncomment this for AZERTY keyboards:
  4.   //"zoomout": { key: "6", modifiers: cmd_or_ctrl },
  5.   "zoomreset": { key: "0", modifiers: cmd_or_ctrl },
  6.   "zoomoptimal": { key: "9", modifiers: cmd_or_ctrl },
  7.   "zoomhoriz": { key: "9", modifiers: cmd_or_ctrl + "+alt" },
  8.   "zoomvert": { key: "9", modifiers: cmd_or_ctrl + "+shift" },
  9.  
  10.  
  11.   "object": { key: "1", modifiers: cmd_or_ctrl },
  12.   "msgbox": { key: "2", modifiers: cmd_or_ctrl },
  13.   "number": { key: "3", modifiers: cmd_or_ctrl },
  14.   "symbol": { key: "4", modifiers: cmd_or_ctrl },
  15.   "comment": { key: "5", modifiers: cmd_or_ctrl },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement