In the [previous post](https://steemit.com/vba/@ghasemkiani/creating-keyboard-shortcuts-with-macros-in-microsoft-word), I described how you can define keyboard shortcuts from VBA in Microsoft Word. As I said, this is a powerful technique that can boost your productivity greatly. Now, consider this situation. What if you want to have multiple sets of shortcuts that can be switched easily? For example, you may have a set of shortcuts for working with drawing objects, another set for working with text, etc. The whole point is that if you can switch whole sets of shortcuts, you can reassign familiar key combinations to other actions. This can be easily done. For each set of shortcuts, create a macro that defines the shortcut keys and a macro that clears those shortcuts. That's all it takes to have multiple sets of easily interchangeable shortcut sets. Here is an example: ```vba Sub DefineSet1() KeyBindings.Add KeyCategory:=wdKeyCategoryCommand, Command:="ViewWeb", KeyCode:=BuildKeyCode(wdKeyW, wdKeyAlt, wdKeyControl) KeyBindings.Add KeyCategory:=wdKeyCategoryMacro, Command:="MyMacro", KeyCode:=BuildKeyCode(wdKeyS, wdKeyAlt, wdKeyShift) KeyBindings.Add KeyCategory:=wdKeyCategoryStyle, Command:="MyStyle", KeyCode:=BuildKeyCode(wdKeyC, wdKeyAlt, wdKeyControl, wdKeyShift) KeyBindings.Add KeyCategory:=wdKeyCategorySymbol, Command:=" " & ChrW(Val("&H2011")), KeyCode:=BuildKeyCode(wdKeyHyphen, wdKeyAlt, wdKeyControl, wdKeyShift) End Sub Sub ClearSet1() FindKey(BuildKeyCode(wdKeyW, wdKeyAlt, wdKeyControl)).Clear FindKey(BuildKeyCode(wdKeyS, wdKeyAlt, wdKeyShift)).Clear FindKey(BuildKeyCode(wdKeyC, wdKeyAlt, wdKeyControl, wdKeyShift)).Clear FindKey(BuildKeyCode(wdKeyHyphen, wdKeyAlt, wdKeyControl, wdKeyShift)).Clear End Sub ``` For each set of shortcut keys, you must create one macro for assigning the key combinations and one macro for clearing them. By running the respective macros, you can easily switch between multiple sets of shortcut keys. --- ## Related Posts * [Creating Keyboard Shortcuts with Macros in Microsoft Word](https://steemit.com/vba/@ghasemkiani/creating-keyboard-shortcuts-with-macros-in-microsoft-word)
author | ghasemkiani |
---|---|
permlink | organizing-your-keyboard-shortcuts-in-microsoft-word |
category | vba |
json_metadata | {"tags":["vba","programming","technology","microsoft-office","microsoft-word"],"app":"juya/app","format":"markdown","percent_steem_dollars":10000} |
created | 2017-12-12 12:38:36 |
last_update | 2017-12-12 12:38:36 |
depth | 0 |
children | 17 |
last_payout | 2017-12-19 12:38:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 41.780 HBD |
curator_payout_value | 3.237 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,170 |
author_reputation | 90,438,911,242,538 |
root_title | "Organizing Your Keyboard Shortcuts in Microsoft Word" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,233,062 |
net_rshares | 9,676,004,737,652 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 1,010,144,212,493 | 100% | ||
inarix03 | 0 | 131,127,462 | 20% | ||
stefan.steynberg | 0 | 11,660,148,420 | 100% | ||
fataelrumy | 0 | 9,236,087,916 | 100% | ||
kalam | 0 | 393,483,952 | 100% | ||
vexedkiller007 | 0 | 2,598,660,445 | 100% | ||
jfernandez | 0 | 78,321,595 | 100% | ||
pornstarshourly | 0 | 582,348,800 | 100% | ||
molometer | 0 | 18,311,442,398 | 25% | ||
satyamsharma | 0 | 199,065,744 | 50% | ||
atherz | 0 | 668,595,691 | 80% | ||
meme-machine | 0 | 582,348,800 | 100% | ||
cryptoeagle | 0 | 50,916,117,876 | 50% | ||
buildawhale | 0 | 8,562,444,196,656 | 10.54% | ||
rusinho027 | 0 | 1,579,963,658 | 100% | ||
ansari222 | 0 | 985,469,313 | 100% | ||
nimik | 0 | 459,653,758 | 100% | ||
nayyabsipra | 0 | 425,881,800 | 100% | ||
sugarrainbow | 0 | 713,084,319 | 100% | ||
relevantsource | 0 | 738,108,175 | 60% | ||
shahin24 | 0 | 284,909,695 | 100% | ||
egtech | 0 | 52,402,839 | 100% | ||
sam1210 | 0 | 442,780,349 | 60% | ||
rosch | 0 | 528,048,074 | 100% | ||
techshahinpro | 0 | 239,478,652 | 100% | ||
prince60 | 0 | 1,005,328,661 | 100% | ||
dblstr | 0 | 603,470,111 | 100% |
sorry for late . now i watch this post dear. alredy resteemed this post @ghasemkiani
author | abdur1122 |
---|---|
permlink | re-ghasemkiani-organizing-your-keyboard-shortcuts-in-microsoft-word-20171212t143716981z |
category | vba |
json_metadata | {"tags":["vba"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2017-12-12 14:37:18 |
last_update | 2017-12-12 14:37:18 |
depth | 1 |
children | 0 |
last_payout | 2017-12-19 14:37:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | 4,746,801,589,327 |
root_title | "Organizing Your Keyboard Shortcuts in Microsoft Word" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,245,720 |
net_rshares | 0 |
Helpful. Lemme just get to it.
author | andrekweku |
---|---|
permlink | re-ghasemkiani-organizing-your-keyboard-shortcuts-in-microsoft-word-20171212t124459779z |
category | vba |
json_metadata | {"tags":["vba"],"app":"steemit/0.1"} |
created | 2017-12-12 12:45:24 |
last_update | 2017-12-12 12:45:24 |
depth | 1 |
children | 0 |
last_payout | 2017-12-19 12:45:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.048 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 30 |
author_reputation | 2,079,252,945,473 |
root_title | "Organizing Your Keyboard Shortcuts in Microsoft Word" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,233,691 |
net_rshares | 10,979,828,396 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,979,828,396 | 1% |
nice post. shared :)
author | atherz | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-organizing-your-keyboard-shortcuts-in-microsoft-word-1513085812446t60ae8173-6e90-47d2-a498-7195227bd253uid | ||||||
category | vba | ||||||
json_metadata | {"tags":["comment"],"app":"steemj/0.4.0","format":"markdown"} | ||||||
created | 2017-12-12 13:36:51 | ||||||
last_update | 2017-12-12 13:36:51 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-12-19 13:36:51 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 20 | ||||||
author_reputation | 895,362,037,265 | ||||||
root_title | "Organizing Your Keyboard Shortcuts in Microsoft Word" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 23,238,995 | ||||||
net_rshares | 0 |
<p>This post has received a 10.55 % upvote from @buildawhale thanks to: @ghasemkiani. Send at least 1 SBD to @buildawhale with a post link in the memo field for a portion of the next vote.</p> <p>To support our daily curation initiative, please vote on my owner, @themarkymark, as a <a href="https://steemit.com/witness-category/@themarkymark/witness-themarkymark">Steem Witness</a></p>
author | buildawhale |
---|---|
permlink | re-ghasemkiani-organizing-your-keyboard-shortcuts-in-microsoft-word-20171212t125059961z |
category | vba |
json_metadata | {"tags":["vba"],"app":"drotto/0.0.2d"} |
created | 2017-12-12 12:51:06 |
last_update | 2017-12-12 12:51:06 |
depth | 1 |
children | 0 |
last_payout | 2017-12-19 12:51:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 388 |
author_reputation | 26,662,416,482,884,367 |
root_title | "Organizing Your Keyboard Shortcuts in Microsoft Word" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,234,286 |
net_rshares | 0 |
you always have the best content ghasemkiani keep it up!
author | five34a4b |
---|---|
permlink | organizing-your-keyboard-shortcuts-in-microsoft-word-comment |
category | vba |
json_metadata | {} |
created | 2017-12-12 18:55:21 |
last_update | 2017-12-12 18:55:21 |
depth | 1 |
children | 0 |
last_payout | 2017-12-19 18:55:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 1,119,681,610,239 |
root_title | "Organizing Your Keyboard Shortcuts in Microsoft Word" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,274,727 |
net_rshares | 0 |
It is considered as a "helpful post for the community". Keep posting.
author | hafiz34 |
---|---|
permlink | re-ghasemkiani-organizing-your-keyboard-shortcuts-in-microsoft-word-20171212t160521064z |
category | vba |
json_metadata | {"tags":["vba"],"community":"busy","app":"busy/2.1.0"} |
created | 2017-12-12 16:05:24 |
last_update | 2017-12-12 16:05:24 |
depth | 1 |
children | 0 |
last_payout | 2017-12-19 16:05:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 115,048,184,463,934 |
root_title | "Organizing Your Keyboard Shortcuts in Microsoft Word" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,256,308 |
net_rshares | 10,982,999,514 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,982,999,514 | 1% |
Wow, very very useful techniques dear @ghasemkiani. This is like a magic using macros. Thanks dear. Keep Sharing!
author | jawad09 |
---|---|
permlink | re-ghasemkiani-organizing-your-keyboard-shortcuts-in-microsoft-word-20171212t133158858z |
category | vba |
json_metadata | {"tags":["vba"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2017-12-12 13:32:00 |
last_update | 2017-12-12 13:32:00 |
depth | 1 |
children | 0 |
last_payout | 2017-12-19 13:32:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 113 |
author_reputation | 34,832,615,044,215 |
root_title | "Organizing Your Keyboard Shortcuts in Microsoft Word" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,238,469 |
net_rshares | 0 |
This is very useful as we all need the help of shortcut. Thanks for sharing this post.
author | nimik |
---|---|
permlink | re-ghasemkiani-organizing-your-keyboard-shortcuts-in-microsoft-word-20171212t154241776z |
category | vba |
json_metadata | {"tags":["vba"],"app":"steemit/0.1"} |
created | 2017-12-12 15:42:42 |
last_update | 2017-12-12 15:42:42 |
depth | 1 |
children | 0 |
last_payout | 2017-12-19 15:42:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 856,557,847,201 |
root_title | "Organizing Your Keyboard Shortcuts in Microsoft Word" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,253,600 |
net_rshares | 10,982,999,514 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,982,999,514 | 1% |
@ghasemkiani you realy done an awesome work on the two sides by utilizing Steemit Forum. in one hand you shared instructive related articles for extraordinarily understudies and in the other hand you bolstered everybody who comment on your blog, that is realy appreciable. your past and this post are extremely useful for "Keyboard Shortcuts in Microsoft Word" an excessive amount of learnt from you. Much obliged.
author | rabeel |
---|---|
permlink | re-ghasemkiani-organizing-your-keyboard-shortcuts-in-microsoft-word-20171212t152913572z |
category | vba |
json_metadata | {"tags":["vba"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2017-12-12 15:29:24 |
last_update | 2017-12-12 15:29:24 |
depth | 1 |
children | 0 |
last_payout | 2017-12-19 15:29:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.038 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 414 |
author_reputation | 136,994,730,017,550 |
root_title | "Organizing Your Keyboard Shortcuts in Microsoft Word" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,251,856 |
net_rshares | 10,982,999,514 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,982,999,514 | 1% |
well done sir
author | sajumiah |
---|---|
permlink | re-ghasemkiani-organizing-your-keyboard-shortcuts-in-microsoft-word-20171212t141151837z |
category | vba |
json_metadata | {"tags":["vba"],"app":"steemit/0.1"} |
created | 2017-12-12 14:12:06 |
last_update | 2017-12-12 14:12:06 |
depth | 1 |
children | 0 |
last_payout | 2017-12-19 14:12:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 311,407,495,477 |
root_title | "Organizing Your Keyboard Shortcuts in Microsoft Word" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,242,842 |
net_rshares | 0 |
Helpful post.
author | sam1210 |
---|---|
permlink | re-ghasemkiani-organizing-your-keyboard-shortcuts-in-microsoft-word-20171212t144525674z |
category | vba |
json_metadata | {"tags":["vba"],"app":"steemit/0.1"} |
created | 2017-12-12 14:45:33 |
last_update | 2017-12-12 14:45:33 |
depth | 1 |
children | 0 |
last_payout | 2017-12-19 14:45:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 1,732,544,462,145 |
root_title | "Organizing Your Keyboard Shortcuts in Microsoft Word" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,246,656 |
net_rshares | 0 |
Nice post. Useful also
author | sam1210 |
---|---|
permlink | re-ghasemkiani-organizing-your-keyboard-shortcuts-in-microsoft-word-20171212t144710227z |
category | vba |
json_metadata | {"tags":["vba"],"app":"steemit/0.1"} |
created | 2017-12-12 14:47:15 |
last_update | 2017-12-12 14:47:15 |
depth | 1 |
children | 0 |
last_payout | 2017-12-19 14:47:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.038 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 1,732,544,462,145 |
root_title | "Organizing Your Keyboard Shortcuts in Microsoft Word" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,246,864 |
net_rshares | 10,982,999,514 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,982,999,514 | 1% |
good article I hope everyone will be benefited
author | sangeeta |
---|---|
permlink | re-ghasemkiani-organizing-your-keyboard-shortcuts-in-microsoft-word-20171212t134434025z |
category | vba |
json_metadata | {"tags":["vba"],"app":"steemit/0.1"} |
created | 2017-12-12 13:44:39 |
last_update | 2017-12-12 13:44:39 |
depth | 1 |
children | 0 |
last_payout | 2017-12-19 13:44:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 9,637,223,782,143 |
root_title | "Organizing Your Keyboard Shortcuts in Microsoft Word" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,239,825 |
net_rshares | 0 |
very useful post sharing dear @ghasemkiani for Microsoft-word user . thanx you . this post #resteem & upvote done .
author | shahin24 |
---|---|
permlink | re-ghasemkiani-organizing-your-keyboard-shortcuts-in-microsoft-word-20171212t124222765z |
category | vba |
json_metadata | {"tags":["vba","resteem"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2017-12-12 12:42:24 |
last_update | 2017-12-12 12:42:24 |
depth | 1 |
children | 0 |
last_payout | 2017-12-19 12:42:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 8,181,493,131,349 |
root_title | "Organizing Your Keyboard Shortcuts in Microsoft Word" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,233,431 |
net_rshares | 0 |
i likes in your post dear
author | sorayakhatun |
---|---|
permlink | re-ghasemkiani-organizing-your-keyboard-shortcuts-in-microsoft-word-20171212t124225756z |
category | vba |
json_metadata | {"tags":["vba"],"app":"steemit/0.1"} |
created | 2017-12-12 12:42:30 |
last_update | 2017-12-12 12:42:30 |
depth | 1 |
children | 0 |
last_payout | 2017-12-19 12:42:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 16,243,060,480,961 |
root_title | "Organizing Your Keyboard Shortcuts in Microsoft Word" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,233,444 |
net_rshares | 0 |
"Nice post share sir & you always give our helpful post & thanx you so much for sharing . #resteem & upvote done .
author | techshahinpro |
---|---|
permlink | re-ghasemkiani-organizing-your-keyboard-shortcuts-in-microsoft-word-20171212t124718340z |
category | vba |
json_metadata | {"tags":["vba","resteem"],"app":"steemit/0.1"} |
created | 2017-12-12 12:47:18 |
last_update | 2017-12-12 12:47:18 |
depth | 1 |
children | 0 |
last_payout | 2017-12-19 12:47:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 114 |
author_reputation | 504,698,461,789 |
root_title | "Organizing Your Keyboard Shortcuts in Microsoft Word" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,233,885 |
net_rshares | 233,491,686 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
techshahinpro | 0 | 233,491,686 | 100% |
Hey @ghasemkiani, This is my very first comment on any of your posts. I randomly landed here and after reading this post, I feel happy that I did. Though we are living in modern times where we can solve the problems with a single click yet modern life is not simple but complicated. So, the technique that you mentioned is a smart way to save time. Thank You. Keep sharing the smart posts. Stay awesome man. Steem On!
author | ugetfunded |
---|---|
permlink | re-ghasemkiani-organizing-your-keyboard-shortcuts-in-microsoft-word-20171212t130353311z |
category | vba |
json_metadata | {"tags":["vba"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2017-12-12 13:03:54 |
last_update | 2017-12-12 13:03:54 |
depth | 1 |
children | 0 |
last_payout | 2017-12-19 13:03:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.048 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 422 |
author_reputation | 13,570,875,538,010 |
root_title | "Organizing Your Keyboard Shortcuts in Microsoft Word" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,235,515 |
net_rshares | 10,982,987,617 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,982,987,617 | 1% |