フィルターのクリア

matlab to notepad

9 ビュー (過去 30 日間)
yatin kharbe
yatin kharbe 2011 年 4 月 27 日
I want to send keys like backspace which perform actions from matlab file to notepad using SendKeys method of windows shell scripting.All other keys are working except - backspace, delete, capslock etc.

採用された回答

Jason Ross
Jason Ross 2011 年 4 月 27 日
How are you sending them? Can you post some example code?
This link might help with the formatting of the string you send: http://msdn.microsoft.com/en-us/library/8c6yea83%28v=vs.85%29.aspx
  4 件のコメント
Jason Ross
Jason Ross 2011 年 4 月 27 日
And for the ' symbol,
h.SendKeys('''')
yatin kharbe
yatin kharbe 2011 年 4 月 27 日
OK .. THANKS

サインインしてコメントする。

その他の回答 (1 件)

Aleksander
Aleksander 2013 年 2 月 11 日
hi, is it possible to send ctrl + f ? i wish to use the find and replace functionality in notepad.
all best Aleks.
  1 件のコメント
Jason Ross
Jason Ross 2013 年 2 月 11 日
編集済み: Jason Ross 2013 年 2 月 11 日
All the keys are here, control-f should work the same way as the above example.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by