如何自動讓gui程式存檔 - Linux

Table of Contents

小弟現在想要利用script自動decompile .class檔

無奈現在只有jd-gui可以有較好的效果

但是jd-gui是gui介面的

小弟試了一下在command line輸入 jd-gui test.class

是可以開啟jd-gui讀取test.class並且decompile

但是找不到方法可以讓他存檔(jd-gui本身有提供存檔的功能)

有一個程式叫AutoHotKey似乎可以達成我的需求

但是他只suppot windows@@

請問有什麼辦法可以達到小弟的需求嘛?

--
~宅男的四個徵兆~
∠□ ○ ! * \○/ ★    (○ ?
╦╦└□ " ○□═ □   □>
║║√√ ╦══╦ ∥    |\
一回家就上PTT 每天想正妹 以當好人為樂 忘記正妹虧欠自己

--

All Comments

Queena avatarQueena2011-01-10
你其實已經找到關鍵字了 autokey-gtk | autokey-qt
Ingrid avatarIngrid2011-01-14
感謝樓上大大..有去下載來玩了一下..好像要會寫python@@