Bug 379235 - Hotkeys for R commands
Summary: Hotkeys for R commands
Status: REPORTED
Alias: None
Product: rkward
Classification: Applications
Component: User Interface (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR wishlist
Target Milestone: ---
Assignee: RKWard Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-26 06:28 UTC by Jan
Modified: 2017-04-26 11:51 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
manual of Tinn-R (51.23 KB, application/pdf)
2017-04-26 06:29 UTC, Jan
Details

Note You need to log in before you can comment on or make changes to this bug.
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.