由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Keyboard binding for function keys
相关主题
[转载] KEY mapVS 2005 shortcut keys don't work on windows 7
How to sort a map in C++ STL based on Value, instead of Keyopenssl dgst question
Universal Hashing 是怎么回事?编程用的电脑
怎么把string变为一个variable的名字 ?Please help: sort XML with Linq
help on excelmutable keyed collection是什么意思?
off topic: what keyboard do you use?Cassandra returns null row keys?
C++ key/value 排序Amazon S3 now supports server side encryption with customer-provided keys‏
A programming interview questionpython一问,怎么实现这个函数
相关话题的讨论汇总
话题: keyboard话题: keys话题: function话题: f4话题: binding
进入Programming版参与讨论
1 (共1页)
T***B
发帖数: 137
1
I am writing a perl script that simulate user input. It's easy for regular
strings. I got the mapping for some special inputs (e.g. ctrl-D, ctrl-L) as
well. But how about those function keys (F1, F4, for example)?
my $name = "xiaoming";
my $ctrlD = chr(0x004);
my $ctrlL = chr(0x014);
my $F4 = ???
Thanks,
1 (共1页)
进入Programming版参与讨论
相关主题
python一问,怎么实现这个函数help on excel
iPad + Keyboard = 超级 Tablet 请推荐好用键盘?off topic: what keyboard do you use?
VI用户们,你们写程序快么?C++ key/value 排序
请教一个java的comparator的问题A programming interview question
[转载] KEY mapVS 2005 shortcut keys don't work on windows 7
How to sort a map in C++ STL based on Value, instead of Keyopenssl dgst question
Universal Hashing 是怎么回事?编程用的电脑
怎么把string变为一个variable的名字 ?Please help: sort XML with Linq
相关话题的讨论汇总
话题: keyboard话题: keys话题: function话题: f4话题: binding