{"id":857,"date":"2012-12-11T13:03:16","date_gmt":"2012-12-11T13:03:16","guid":{"rendered":"https:\/\/ibex.tech\/visualcpp\/?p=857"},"modified":"2022-02-17T06:24:03","modified_gmt":"2022-02-17T06:24:03","slug":"send-keys","status":"publish","type":"post","link":"https:\/\/ibex.tech\/visualcpp\/keypresses\/send-keys","title":{"rendered":"Send Keys"},"content":{"rendered":"<p>\nThe SendKeys class can be used to send keystrokes to the currently active window\n<\/p>\n<pre>\r\n<code>\r\n\tSendKeys::Send(&quot;{F12}&quot;);\r\n<\/code><\/pre>\n<p>\n&nbsp;\n<\/p>\n<p>\n&nbsp;To specify keys combined with any combination of SHIFT, CTRL, and ALT keys, precede the key code with one or more of the following:\n<\/p>\n<p>\n&nbsp;\n<\/p>\n<div>\n&nbsp; &nbsp;For SHIFT prefix with +\n<\/div>\n<div>\n&nbsp; &nbsp;For CTRL &nbsp;prefix with ^\n<\/div>\n<div>\n&nbsp; &nbsp;For ALT &nbsp; prefix with %\n<\/div>\n<div>\n&nbsp;\n<\/div>\n<p>\n&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The SendKeys class can be used to send keystrokes to the currently active window SendKeys::Send(&quot;{F12}&quot;); &nbsp; &nbsp;To specify keys combined with any combination of SHIFT, CTRL, and ALT keys, precede the key code with one or more of the following: &nbsp; &nbsp; &nbsp;For SHIFT prefix with + &nbsp; &nbsp;For CTRL &nbsp;prefix with ^ &nbsp; &nbsp;For [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[82],"tags":[],"class_list":["post-857","post","type-post","status-publish","format-standard","hentry","category-keypresses"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/857","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/comments?post=857"}],"version-history":[{"count":3,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/857\/revisions"}],"predecessor-version":[{"id":859,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/857\/revisions\/859"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/media?parent=857"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/categories?post=857"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/tags?post=857"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}