Bug 379235

Summary: Hotkeys for R commands
Product: [Applications] rkward Reporter: Jan <yzle>
Component: User InterfaceAssignee: RKWard Team <rkward-devel>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:
Attachments: manual of Tinn-R

Description Jan 2017-04-26 06:28:14 UTC
Another editor for R (Tinn-R) has the possibility to define hotkeys for R commands.

Example:
- define length(%s) with the hotkey Ctrl+1 as hotkey

- vec_test <- c(1,2,3,4,5,6)
- mark vec_test
- press Ctrl+1
- nrow(vec_test) will be executed at the console a result 6 is printed out at console

See attached manual of Tinn-R with a detailed explanation.

(RKWard is much cooler than Tinn-R but the hotkeys are a really useful feature.)
Comment 1 Jan 2017-04-26 06:29:25 UTC
Created attachment 105197 [details]
manual of Tinn-R
Comment 2 Jan 2017-04-26 11:50:10 UTC
This could possibly replace bug 360250.
Comment 3 Jan 2017-04-26 11:51:04 UTC
Wrong bug in recent comment.

This could possibly replace bug 360350.