[過去ログ] AutoHotkey スレッド part30 IDのみ (1002レス)
前次1-
抽出解除 レス栞

このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
リロード規制です。10分ほどで解除するので、他のブラウザへ避難してください。
99: 2023/04/11(火)12:10:24.07 ID:NzPuVBBw0(1) AAS
>>97
解決しました
:*B0?:/kakko::「」{left 2}{BS 4}{Enter}{left 1}
292
(1): 2023/07/17(月)21:28:56.07 ID:B2mmzP0z0(5/5) AAS
>>283
Blind 使ってるからちゃうか?
関数化して
sc079 & sc027::
Send, "{Shift down}"
Sleep, Delay time in msec
Send, "{Shift up}"
Return
は?
430: 2023/09/03(日)17:16:51.07 ID:dL6VhtA+0(3/3) AAS
ヒアドキュメントに式を埋め込めて、実際に表示されるメッセージを想像しやすいのがよかったのに…
できるっぽい説明あったけど、実際の書き方がまるで理解できなかったし、いま読み返すと全然別の説明っぽい

> If ( or ) appears in the options of a potential continuation section (other than as part of the Join option), the overall line is not interpreted as the start of a continuation section. In other words, lines like (x.y)() and (x=y) && z() are interpreted as expressions. A multi-line expression can also begin with an open-parenthesis at the start of a line, provided that there is at least one other ( or ) on the first physical line. For example, the entire expression could be enclosed with (( ... )).

> ( or ): If an opening or closing parenthesis appears to the right of the initial opening parenthesis (except as a parameter of the Join option), the line is reinterpreted as an expression instead of the beginning of a continuation section. This enables expressions like (x.y)[z]() to be used at the start of a line, and also allows multi-line expressions to start with a line like (( or (MyFunc(.

そしてこういうのに限ってサンプルがない。詰んだ。寝る
448
(2): 439 2023/09/06(水)12:17:42.07 ID:9rLt8Dwp0(2/3) AAS
以下で問題無く動くこと確認しました

^lbutton::
BlockInput, on
send, {click, left}
BlockInput, off
return

しかしBlockInput, onが管理者権限でないと機能しないので使用はためらっています
498: 2023/09/12(火)11:49:46.07 ID:UAm/ijNJ0(1) AAS
>>496
人のコードを使ったりするときに意図せず読み込まれて名前空間が、って開発の気持ちもわかるけど
自分で管理できる分には気楽に使えてAHKをカスタマイズしてる感もあったもんね
565
(1): 2023/09/22(金)22:05:39.07 ID:QYS2Gl5t0(4/8) AAS
spotifyKey(key) {
spotifyHwnd := WinExist("ahk_exe spotify.exe")
WinGet winMM, MinMax, ahk_id %spotifyHwnd% ;ウィンドウの最大化最小化を調べる
if (winMM = -1) ;最小化しているなら
WinRestore ahk_id %spotifyHwnd% ;最小化を解除
ControlFocus, Chrome_RenderWidgetHostHWND1, ahk_id %spotifyHwnd%
ControlSend, , %key%, ahk_id %spotifyHwnd%

if (winMM = 1)
ControlFocus, Chrome_RenderWidgetHostHWND1, ahk_id %spotifyHwnd%
Send %key%
省7
572: 2023/09/22(金)23:20:27.07 ID:GiZ06ZcB0(1/2) AAS
>>565-567
これ、なんとなーく動いているようだけど
Chrome_RenderWidgetHostHWND1ってWindow Classでしょ
本来はClassNN、テキスト、コントロールのHWNDのいずれかを指定しなければいけないはずなんだけど
Chrome_RenderWidgetHostHWND1とかIntermediate D3D Window1とか
578
(2): 2023/09/25(月)00:41:40.07 ID:Vz/pMkdm0(1/2) AAS
あるソフト(実行ファイル名をfoo.exeとします)のショートカットを殺しつつ、日本語文字入力中のショートカットは殺したくないのですが、なにか上手くやる方法はあるでしょうか?

例えば、foo.exeのショートカットキーCtrl+Uを無効にしつつ、
foo.exe内のテキストボックスで日本語入力をしているときにはIMEのCtrl+Uの機能を有効のままにしたい、
という感じです
786
(1): 2023/12/07(木)16:28:20.07 ID:4oXjRSz70(3/3) AAS
>>781
> v2に不具合がなければいいがw

不具合はあるよ
更新履歴を見てみるといい
君が使っているソフトウェアもすべて不具合はあるよ

なぜ殊更にAHK v2に対してだけ不具合皆無を求めるの?
863: 2024/01/05(金)00:07:02.07 ID:n6i2rxHK0(1/2) AAS
ノートPCにテンキー無理やり入れるのやめればいいのにな
864: 2024/01/05(金)01:42:13.07 ID:239I3UN/0(1) AAS
ほいらのPCは、その場の状況に合わせて無変換キー押すだけで作業終わるわ
無変換キー神
997: 2024/01/23(火)11:50:46.07 ID:2mOaV5qN0(1/3) AAS
うめ
前次1-
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.051s