×
Discuss on any other topics
Using T24 classic from CMD prompt - windows ?
- CryptoGuy
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 46
- Thank you received: 3
5 years 10 months ago #22070
by CryptoGuy
Using T24 classic from CMD prompt - windows ? was created by CryptoGuy
Hi all,
I'm working with T24 classic from cmd prompt because im connecting from inside server and telnet is not allowed. But I can't use F keys for example F5 to commit. How can I enable the F keys in cmd?
Thanks.
I'm working with T24 classic from cmd prompt because im connecting from inside server and telnet is not allowed. But I can't use F keys for example F5 to commit. How can I enable the F keys in cmd?
Thanks.
Please Log in or Create an account to join the conversation.
- VK
- Offline
- Platinum Member
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
Less
More
- Posts: 1191
- Thank you received: 157
5 years 10 months ago - 5 years 10 months ago #22072
by VK
Cheers
VK
Replied by VK on topic Using T24 classic from CMD prompt - windows ?
Hi
If telnet is available, you can connect to localhost using the same terminal emulator.
If that's not an option, you can try to use AutoHotkey program to remap your keys.
If telnet is available, you can connect to localhost using the same terminal emulator.
If that's not an option, you can try to use AutoHotkey program to remap your keys.
Cheers
VK
Last edit: 5 years 10 months ago by VK.
Please Log in or Create an account to join the conversation.
- jpb
- Offline
- Moderator
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
5 years 9 months ago #22092
by jpb
Replied by jpb on topic Using T24 classic from CMD prompt - windows ?
instead of F-keys you may use the keystrokes :
F1--> ^U{Enter}
F2--> ^B{Enter}
F3--> ^F{Enter}
F4--> ^E{Enter}
F5--> ^V{Enter}
F1--> ^U{Enter}
F2--> ^B{Enter}
F3--> ^F{Enter}
F4--> ^E{Enter}
F5--> ^V{Enter}
Please Log in or Create an account to join the conversation.
- VK
- Offline
- Platinum Member
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
Less
More
- Posts: 1191
- Thank you received: 157
5 years 9 months ago #22096
by VK
Cheers
VK
Replied by VK on topic Using T24 classic from CMD prompt - windows ?
Hi
using AutoHotKey you can simplify this:
using AutoHotKey you can simplify this:
#IfWinActive cmd.exe
F1::
send ^U{Return}
return
#IfWinActive
Cheers
VK
Please Log in or Create an account to join the conversation.
- darthadhi
- Offline
- New Member
- Temenos Transact(R10 - R22)
Less
More
- Posts: 16
- Thank you received: 2
5 years 9 months ago #22101
by darthadhi
Valar Dohaeris
Replied by darthadhi on topic Using T24 classic from CMD prompt - windows ?
Or u can simply go to cmd prompt properties and uncheck
"enable control keys shortcuts" options .
Regards,
Adithyan
"enable control keys shortcuts" options .
Regards,
Adithyan
Valar Dohaeris
Please Log in or Create an account to join the conversation.
Time to create page: 0.077 seconds